mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
fixed small bug on user show page, added header text to user edit page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- title "Edit Profile"
|
||||
%h3 Editing Profile
|
||||
|
||||
= form_for @user do |f|
|
||||
= f.error_messages
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%h1 user page!
|
||||
.span-18.last
|
||||
.span-20.last
|
||||
%h1= "#{@user.real_name}"
|
||||
- if @user_profile
|
||||
%p
|
||||
|
||||
Reference in New Issue
Block a user