* users (mostly non-settings), logo designer i18n * remove ja.yml * Update _profile.html.erb * Update _metadata.html.erb * Update _sidebar.html.erb * Update en.yml * Update fr.yml * Apply suggestions from code review Co-authored-by: Michael Kohl <citizen428@forem.com> * Update _profile.html.erb * Update en.yml * Update fr.yml * Update _logo_design.html.erb Co-authored-by: Michael Kohl <citizen428@forem.com>
13 lines
379 B
Text
13 lines
379 B
Text
<% title t("views.users.signout.meta.title", community: community_name) %>
|
|
<div class="signout_confirm-wrapper">
|
|
|
|
<h1 class="fs-2xl mb-2">
|
|
<%= t("views.users.signout.heading") %>
|
|
</h1>
|
|
<%= form_tag destroy_user_session_path, method: :delete do %>
|
|
<button class="crayons-btn crayons-btn--l">
|
|
<%= t("views.users.signout.yes") %>
|
|
</button>
|
|
<% end %>
|
|
|
|
</div>
|