logo

pleroma

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

followed.html.eex (235B)


  1. <%= if @error do %>
  2. <p><%= Gettext.dpgettext("static_pages", "remote follow error", "Error following account") %></p>
  3. <% else %>
  4. <h2><%= Gettext.dpgettext("static_pages", "remote follow success", "Account followed!") %></h2>
  5. <% end %>