Sha256: 28565c7a83a3cce12387a9f327870d6c548f07430dc5cb73f8922ff05a9e9ddc
Contents?: true
Size: 512 Bytes
Versions: 49
Compression:
Stored size: 512 Bytes
Contents
<%= render_message do %> <%= Alchemy.t("You are about to leave Alchemy") %> <% end %> <div data-turbo="false"> <p class="buttons"> <label><%= Alchemy.t("Do you want to") %></label> <%= link_to Alchemy.t('stay logged in'), alchemy.root_path, class: 'button secondary' %> </p> <%= form_tag Alchemy.logout_path, method: Alchemy.logout_method, class: 'buttons' do %> <label><%= Alchemy.t('or to completely') %></label> <%= button_tag Alchemy.t(:logout), autofocus: true %> <% end %> </div>
Version data entries
49 entries across 49 versions & 1 rubygems