fixed two small UI bugs

This commit is contained in:
maxwell 2010-07-27 14:45:04 -07:00
parent 86e090bac3
commit 9dd5c08296
2 changed files with 3 additions and 2 deletions

View file

@ -56,6 +56,7 @@
= yield
.span-4.last
= link_to(person_image_tag(current_user), root_path)
%br
= link_to "Edit your profile", edit_user_path(current_user)
%br
%br

View file

@ -1,5 +1,5 @@
.span-20.last
#profile
#profile.span-19.last
%h1
= person_image_link(@person)
= "#{@person.real_name}"
@ -20,7 +20,7 @@
%b url:
= @person.url
.span-20
.span-20.last
- if @person.posts
%h3= "stream - #{@post_count} item(s)"
%ul#stream