Sha256: b9713785f797d923dadbb7405a3a992ae1c22133cce9931dfd99053959a2d866

Contents?: true

Size: 418 Bytes

Versions: 8

Compression:

Stored size: 418 Bytes

Contents

<div class="with_padding">
  <h2><%= _t("You are about to leave Alchemy") %>.</h2>
  <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') %>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.3 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.2 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.1 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.0 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/user_sessions/leave.html.erb