i18n locale fix

This commit is contained in:
Dan Hansen 2011-01-24 03:14:19 -06:00
parent 161759b99a
commit 0d905a7124

View file

@ -7,7 +7,7 @@
- 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