mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-07 22:33:40 +01:00
6 lines
100 B
Elixir
6 lines
100 B
Elixir
<%= if @error do %>
|
|
<p>Error following account</p>
|
|
<% else %>
|
|
<h2>Account followed!</h2>
|
|
<% end %>
|
|
|