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
|
= current_user.real_name
|
||||||
.right{:style=>"top:0"}
|
.right{:style=>"top:0"}
|
||||||
%span.description
|
%span.description
|
||||||
= current_user.diaspora_handle
|
= link_to current_user.diaspora_handle, person_path(current_user.person)
|
||||||
= info_text(t('.handle_explanation'))
|
= info_text(t('.handle_explanation'))
|
||||||
|
|
||||||
.span-15
|
.span-15
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
.right{:style => "top:0;"}
|
.right{:style => "top:0;"}
|
||||||
%span.description
|
%span.description
|
||||||
= @person.diaspora_handle
|
= @person.diaspora_handle
|
||||||
|
/= info_text(t('aspects.index.handle_explanation'))
|
||||||
|
|
||||||
|
|
||||||
#person_nav_links
|
#person_nav_links
|
||||||
= link_to t('layouts.header.view_profile'), person_path(@person)
|
= link_to t('layouts.header.view_profile'), person_path(@person)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#author_info
|
#author_info
|
||||||
= person_image_link(person)
|
= person_image_link(person)
|
||||||
.from
|
.from
|
||||||
%h2
|
%h2.brandon
|
||||||
= person.real_name
|
= person.real_name
|
||||||
- if current_user.owns?(post)
|
- if current_user.owns?(post)
|
||||||
.aspect
|
.aspect
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ body
|
||||||
:padding 2em
|
:padding 2em
|
||||||
:margin 0
|
:margin 0
|
||||||
:background-color rgb(252,252,252)
|
:background-color rgb(252,252,252)
|
||||||
|
:font-family Arial, sans-serif
|
||||||
a
|
a
|
||||||
:color #107FC9
|
:color #107FC9
|
||||||
:text
|
:text
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue