2018-01-18 16:42:44 +00:00
|
|
|
<%= if @error do %>
|
2022-02-21 23:42:25 +00:00
|
|
|
<p><%= Gettext.dpgettext("static_pages", "remote follow error", "Error following account") %></p>
|
2018-01-18 16:42:44 +00:00
|
|
|
<% else %>
|
2022-02-21 23:42:25 +00:00
|
|
|
<h2><%= Gettext.dpgettext("static_pages", "remote follow success", "Account followed!") %></h2>
|
2018-01-18 16:42:44 +00:00
|
|
|
<% end %>
|