<%= author.name %>
-
<% if(reshares_count) { %>
-
<%= Diaspora.I18n.t("stream.reshares", {count : reshares_count}) %>
<% } %>
<% if(text !== null && text.match(/#nsfw/i)) { %>
<%= Diaspora.I18n.t('stream.nsfw') %>
<%= Diaspora.I18n.t('stream.show') %>
<% } %>