Sha256: 40672ca60174603b4d442374529ed9f732508a43a310c6c205157926bccfa9e8

Contents?: true

Size: 451 Bytes

Versions: 14

Compression:

Stored size: 451 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: 'delete', class: 'buttons' do %>
  <label><%= Alchemy.t('or to completely') %></label>
  <%= button_tag Alchemy.t(:logout), autofocus: true %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-4.3.2 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.2.4 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.3.1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.2.3 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.3.0 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.2.2 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.1.2 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.1.1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.2.1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.2.0 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.2.0.rc1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.1.0 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.1.0.rc1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/admin/leave.html.erb