Sha256: 1e5cf0e9c9037e70af99ab087294c90622076aaba3caa4836534d4bce895d6fc
Contents?: true
Size: 464 Bytes
Versions: 111
Compression:
Stored size: 464 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 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 %>
Version data entries
111 entries across 111 versions & 1 rubygems