* Initial work for streaming app shell way of using serviceworkers * Close in on serviceworker adjustment finalization * Add docs and loading indicator * Remove useless code * Don't run on API * Update app/javascript/contentDisplayPolicy/hideBlockedContent.js * Fix small details * Don't run serviceworker.js code in test env * Fix JS in serviceworker * Move private keyword to proper place in async controller * Change shell_version to HEROKU_SLUG_COMMIT * Update caching config * Add test for async_info/shell_version
9 lines
253 B
Text
9 lines
253 B
Text
<% title "Confirm Signout - DEV" %>
|
|
<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>
|