docbrown/app/views/users/signout_confirm.html.erb
Anna Buianova 983c3d28dd
Replaced remaining hardcoded DEV with the configurable community name (#7435)
* Replaced hardcoded DEV and dev.to remainders with the configurable name
* Removed hardcoded dev.to from the rss feed
2020-04-22 17:16:21 +03:00

9 lines
267 B
Text

<% title "Confirm Signout - #{community_name}" %>
<div class="signout_confirm-wrapper">
<h1>Are you sure you want to sign out?</h1>
<%= form_tag destroy_user_session_path, method: :delete do %>
<button class="cta">Yes. Sign out.</button>
<% end %>
</div>