added source to stream element js template. [ci skip]
This commit is contained in:
parent
3be247f8ca
commit
d8c6dc0d79
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
<span class="post_scope">
|
||||
<%= public ? Diaspora.I18n.t("stream.public") : Diaspora.I18n.t("stream.limited") %>
|
||||
<% if(provider_display_name) { %>
|
||||
<strong>
|
||||
via <%= provider_display_name %>
|
||||
</strong>
|
||||
<% } %>
|
||||
</span>
|
||||
–
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue