Add translation via mobile

This commit is contained in:
movilla 2012-03-29 17:26:03 +03:00
parent 3b66dd6e3f
commit af10497b6c

View file

@ -12,8 +12,7 @@
- if post.activity_streams?
= t('shared.stream_element.via', :link => link_to("#{post.provider_display_name}", post.actor_url)).html_safe
- elsif post.provider_display_name == 'mobile'
= t('shared.stream_element.via', :link => nil)
mobile
= t('shared.stream_element.via_mobile', :link => nil)
–
%span.scope_scope
- if post.public?