Merge pull request #2373 from lprelle/newhere_to_locale_translation_fix

added translation to tag_path in _right_selection
This commit is contained in:
Jonne Hass 2011-11-10 06:36:23 -08:00
commit 7d1dbf4743

View file

@ -27,7 +27,7 @@
%h5
= t('aspects.index.new_here.title')
.content
!= t('aspects.index.new_here.follow', :link => link_to("#"+t('shared.publisher.new_user_prefill.newhere'), tag_path(:name => "NewHere")))
!= t('aspects.index.new_here.follow', :link => link_to("#"+t('shared.publisher.new_user_prefill.newhere'), tag_path(:name => t('shared.publisher.new_user_prefill.newhere'))))
%br
= link_to(t('aspects.index.new_here.learn_more'), "https://github.com/diaspora/diaspora/wiki/Welcoming-Committee")