Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
e83271ef22
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ module StreamHelper
|
|||
|
||||
def comment_toggle(count)
|
||||
if count > 0
|
||||
link_to "#{t('.hide_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
link_to "#{t('stream_helper.hide_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
else
|
||||
link_to "#{t('.show_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
link_to "#{t('stream_helper.show_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue