akkoma/lib/pleroma/web/templates/twitter_api/util/followed.html.eex
2018-01-18 03:11:03 +02:00

7 lines
100 B
Elixir

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