<%= t(".title", name: @muted.login) %>

<%= form_tag user_muted_users_path(@user, muted_id: @muted) do %>

<%= t(".sure_html", mute: tag.strong(t(".mute")), username: @muted.login) %> <%= t(".will.intro") %>

<%= t(".will_not.intro") %>

<%= t(".block_users_instead_html", blocked_users_link: link_to(t(".blocked_users_link_text"), user_blocked_users_path(@user))) %>

<%= t(".site_skin_warning_html", restore_site_skin_faq_link: link_to(t(".restore_site_skin_faq_link_text"), archive_faq_path("skins-and-archive-interface", anchor: :restoresiteskin))) %>

<%= link_to t(".cancel"), user_muted_users_path(@user) %> <%= submit_tag t(".button") %>

<% end %>