From fd4475370dcb323d3b3ff0f68d6a6e0e52bea7f1 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Thu, 29 Jul 2010 10:30:24 -0700 Subject: [PATCH] added profile url to author show page --- app/views/authors/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/authors/show.html.haml b/app/views/authors/show.html.haml index 4ee71a7c8..89b6cd165 100644 --- a/app/views/authors/show.html.haml +++ b/app/views/authors/show.html.haml @@ -3,6 +3,9 @@ = link_to '⇧ ostatus', ostatus_path = "#{@author.username}'s stream" +.sub_header + = @author.profile_url + - if @author_ostatus_posts %ul#stream - for post in @author_ostatus_posts