logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_status.text.erb (205B)


  1. <% if status.spoiler_text? %>
  2. <%= raw status.spoiler_text %>
  3. ----
  4. <% end %>
  5. <%= raw Formatter.instance.plaintext(status) %>
  6. <%= raw t('application_mailer.view')%> <%= web_url("statuses/#{status.id}") %>