akkoma/lib/pleroma/web/templates/twitter_api/util/followed.html.eex

7 lines
100 B
Elixir

<%= if @error do %>
<p>Error following account</p>
<% else %>
<h2>Account followed!</h2>
<% end %>