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