remove inline styles from views/people/show
This commit is contained in:
parent
7472642bd1
commit
e76935daaf
3 changed files with 4 additions and 4 deletions
|
|
@ -988,6 +988,7 @@ ul#settings_nav
|
||||||
|
|
||||||
.dull
|
.dull
|
||||||
:color #aaa
|
:color #aaa
|
||||||
|
:text-align center
|
||||||
:font
|
:font
|
||||||
:style italic
|
:style italic
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#main_stream.stream
|
#main_stream.stream
|
||||||
- if @block.present?
|
- if @block.present?
|
||||||
%div{:style=>"text-align:center;", :class => "dull"}
|
.dull
|
||||||
= t('.ignoring', :name => @person.first_name)
|
= t('.ignoring', :name => @person.first_name)
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,9 @@
|
||||||
%a.more-link.paginate{:href => next_page_path}
|
%a.more-link.paginate{:href => next_page_path}
|
||||||
%h1
|
%h1
|
||||||
= t("more")
|
= t("more")
|
||||||
|
|
||||||
- else
|
- else
|
||||||
#main_stream
|
#main_stream
|
||||||
%div{:style=>"text-align:center;", :class => "dull"}
|
.dull
|
||||||
- if user_signed_in? && (current_user.person != @person)
|
- if user_signed_in? && (current_user.person != @person)
|
||||||
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue