* Replaced hardcoded DEV and dev.to remainders with the configurable name * Removed hardcoded dev.to from the rss feed
9 lines
267 B
Text
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>
|