Sha256: 12a786399f8a194667a9d82ebb23dae4443faf164c991ebdd89aa0a0adba788b

Contents?: true

Size: 401 Bytes

Versions: 5

Compression:

Stored size: 401 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 completly') %></label>
  <%= button _t(:logout), autofocus: true %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-3.0.0 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.0.0.rc8 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.0.0.rc7 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.0.0.rc6 app/views/alchemy/base/leave.html.erb
alchemy_cms-3.0.0.rc5 app/views/alchemy/base/leave.html.erb