mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-01 14:21:10 +00:00
6 lines
235 B
Elixir
6 lines
235 B
Elixir
<%= if @error do %>
|
|
<p><%= Gettext.dpgettext("static_pages", "remote follow error", "Error following account") %></p>
|
|
<% else %>
|
|
<h2><%= Gettext.dpgettext("static_pages", "remote follow success", "Account followed!") %></h2>
|
|
<% end %>
|