docbrown/app/views/users/signout_confirm.html.erb
yheuhtozr a93e9f1aa7
I18nize users (non-settings) & logo designer (#15078)
* 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>
2021-10-27 17:11:28 -04:00

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>