Add translation via mobile
This commit is contained in:
parent
3b66dd6e3f
commit
af10497b6c
1 changed files with 1 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue