diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index f7a55dc41..ed3940b90 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -7,7 +7,7 @@ = current_user.real_name .right{:style=>"top:0"} %span.description - = current_user.diaspora_handle + = link_to current_user.diaspora_handle, person_path(current_user.person) = info_text(t('.handle_explanation')) .span-15 diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 27ac84168..174ccf9cd 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -11,6 +11,8 @@ .right{:style => "top:0;"} %span.description = @person.diaspora_handle + /= info_text(t('aspects.index.handle_explanation')) + #person_nav_links = link_to t('layouts.header.view_profile'), person_path(@person) diff --git a/app/views/shared/_author_info.html.haml b/app/views/shared/_author_info.html.haml index da8d30184..0469f63eb 100644 --- a/app/views/shared/_author_info.html.haml +++ b/app/views/shared/_author_info.html.haml @@ -1,7 +1,7 @@ #author_info = person_image_link(person) .from - %h2 + %h2.brandon = person.real_name - if current_user.owns?(post) .aspect diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 47912204b..8ac0777d0 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -15,7 +15,7 @@ body :padding 2em :margin 0 :background-color rgb(252,252,252) - + :font-family Arial, sans-serif a :color #107FC9 :text