Sha256: c49625f03ff46328522261f77b1c058aac1ecabc41617bd2f81e07ab2ea1f42e

Contents?: true

Size: 434 Bytes

Versions: 9

Compression:

Stored size: 434 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), autofocus: true %>
  <% end %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.8.3 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.7.5 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.7.4 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.8.2 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.8.1 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.7.3 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.7.2 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.7.1 app/views/alchemy/user_sessions/leave.html.erb
alchemy_cms-2.7.0 app/views/alchemy/user_sessions/leave.html.erb