make the footer not so useless
This commit is contained in:
parent
21465c8f32
commit
b533d31fad
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
- for post in posts
|
- for post in posts
|
||||||
= render 'shared/stream_element', :post => post, :all_aspects => @all_aspects, :commenting_disabled => defined?(@commenting_disabled)
|
= render 'shared/stream_element', :post => post, :all_aspects => @all_aspects, :commenting_disabled => defined?(@commenting_disabled)
|
||||||
%a.paginate
|
%a.paginate
|
||||||
= t("_more")
|
= t("more")
|
||||||
|
|
||||||
- else
|
- else
|
||||||
= render 'aspects/no_posts_message', :post_count => posts.length
|
= render 'aspects/no_posts_message', :post_count => posts.length
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ en:
|
||||||
_more: "More"
|
_more: "More"
|
||||||
_comments: "Comments"
|
_comments: "Comments"
|
||||||
_comment: "Comment"
|
_comment: "Comment"
|
||||||
|
more: "More"
|
||||||
next: 'next'
|
next: 'next'
|
||||||
previous: 'previous'
|
previous: 'previous'
|
||||||
contacts:
|
contacts:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue