5 lines
235 B
Elixir
5 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 %>
|