otwarchive-symphonyarchive/app/views/admin/sessions/confirm_logout.html.erb
2026-03-11 22:22:11 +00:00

8 lines
295 B
Text

<h3 class="heading"><%= ts("Log Out as Admin") %></h3>
<%= form_tag destroy_admin_session_path, method: :delete, class: "simple destroy" do %>
<p class="notice"><%= ts("Are you sure you want to log out?") %></p>
<p class="actions">
<%= submit_tag ts("Yes, Log Out") %>
</p>
<% end %>