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