otwarchive-symphonyarchive/app/views/muted/users/confirm_unmute.html.erb

20 lines
526 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<h2 class="heading"><%= t(".title", name: @mute.muted.login) %></h2>
<%= form_tag user_muted_user_path(@user, @mute), method: :delete do %>
<div class="caution notice">
<p>
<%= t(".sure_html", unmute: tag.strong(t(".unmute")), username: @mute.muted.login) %>
<%= t(".resume.intro") %>
</p>
<ul>
<li><%= t(".resume.see_content") %></li>
</ul>
</div>
<p class="actions">
<%= link_to t(".cancel"), user_muted_users_path(@user) %>
<%= submit_tag t(".button") %>
</p>
<% end %>