Sha256: 4672a0ed62f305249aa882ae9db74f264556c01d40045c617b8c69ff2612ce38

Contents?: true

Size: 406 Bytes

Versions: 11

Compression:

Stored size: 406 Bytes

Contents

<%= render_message do %>
  <%= _t("You are about to leave Alchemy") %>
<% end %>
<p class="buttons">
  <label><%= _t("Do you want to") %></label>
  <%= link_to _t('stay logged in'), alchemy.root_path, class: 'button' %>
</p>
<%= form_tag Alchemy.logout_path, method: 'delete', class: 'buttons' do %>
  <label><%= _t('or to completely') %></label>
  <%= button_tag _t(:logout), autofocus: true %>
<% end %>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/leave.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/leave.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/leave.html.erb