dg ms; made no posts text on person show more explicit
This commit is contained in:
parent
5885d18a39
commit
25e4f5d0ae
3 changed files with 8 additions and 7 deletions
|
|
@ -61,7 +61,7 @@
|
|||
=link_to(t('more'), next_page_path, :class => 'paginate')
|
||||
|
||||
- else
|
||||
#stream
|
||||
%li{:style=>"text-align:center;"}
|
||||
.dull= t('.no_posts')
|
||||
#main_stream
|
||||
%div{:style=>"text-align:center;", :class => "dull"}
|
||||
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#pagination
|
||||
=link_to(t('more'), next_page_path, :class => 'paginate')
|
||||
- else
|
||||
#stream
|
||||
%li{:style=>"text-align:center;"}
|
||||
.dull= t('.no_posts')
|
||||
#main_stream
|
||||
%div{:style=>"text-align:center;", :class => "dull"}
|
||||
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||
|
||||
|
|
|
|||
|
|
@ -461,7 +461,8 @@ en:
|
|||
webfinger:
|
||||
fail: "Sorry, we couldn't find %{handle}."
|
||||
show:
|
||||
no_posts: "no posts to display!"
|
||||
has_not_shared_with_you_yet: "%{name} has not shared any posts with you yet!"
|
||||
|
||||
you_have_no_tags: "you have no tags!"
|
||||
add_some: "add some"
|
||||
edit: "edit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue