1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-19 16:16:55 +00:00
akkoma/lib/pleroma/web/templates/twitter_api/util/followed.html.eex
2018-01-18 18:42:44 +02:00

7 lines
100 B
Elixir

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