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
|
||||
= render 'shared/stream_element', :post => post, :all_aspects => @all_aspects, :commenting_disabled => defined?(@commenting_disabled)
|
||||
%a.paginate
|
||||
= t("_more")
|
||||
|
||||
= t("more")
|
||||
- else
|
||||
= render 'aspects/no_posts_message', :post_count => posts.length
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ en:
|
|||
_more: "More"
|
||||
_comments: "Comments"
|
||||
_comment: "Comment"
|
||||
more: "More"
|
||||
next: 'next'
|
||||
previous: 'previous'
|
||||
contacts:
|
||||
|
|
|
|||
Loading…
Reference in a new issue