we need this for socketing... sorry
This commit is contained in:
parent
e7fb70cdd1
commit
96776f93f9
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#author_info
|
||||
= person_image_link(person)
|
||||
.from
|
||||
%h2
|
||||
%h2.brandon
|
||||
= person.real_name
|
||||
- if current_user.owns?(post)
|
||||
.aspect
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ body
|
|||
:padding 2em
|
||||
:margin 0
|
||||
:background-color rgb(252,252,252)
|
||||
|
||||
:font-family Arial, sans-serif
|
||||
a
|
||||
:color #107FC9
|
||||
:text
|
||||
|
|
|
|||
Loading…
Reference in a new issue