From 9dd5c08296a9c4604b825489733a87e5ba847572 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 27 Jul 2010 14:45:04 -0700 Subject: [PATCH] fixed two small UI bugs --- app/views/layouts/application.html.haml | 1 + app/views/people/show.html.haml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 9af745c15..736d8b587 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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 diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index ba8120e5b..d8a5e783e 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -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