fixed small bug on user show page, added header text to user edit page

This commit is contained in:
Raphael 2010-07-16 17:27:57 -07:00
parent bb4d5cad59
commit 93fdbae9c5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
- title "Edit Profile"
%h3 Editing Profile
= form_for @user do |f|
= f.error_messages

View file

@ -1,5 +1,5 @@
%h1 user page!
.span-18.last
.span-20.last
%h1= "#{@user.real_name}"
- if @user_profile
%p