Sha256: ebb27d7c92b6f42e625adef6ffa698d7809c4d4f50c2d7c7ea6468caa3870e41

Contents?: true

Size: 402 Bytes

Versions: 11

Compression:

Stored size: 402 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 _t(:logout), autofocus: true %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alchemy_cms-3.0.4 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/leave.html.erb
alchemy_cms-3.0.3 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.0.2 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.0.1 app/views/alchemy/base/leave.html.erb