akkoma/lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex
2019-12-21 21:27:42 +03:00

6 lines
100 B
Elixir

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