Sha256: b83e5ac364113a8a0feb632ac71fc5497e61779e219ef6c8cfdb9449a08d55e6

Contents?: true

Size: 395 Bytes

Versions: 1

Compression:

Stored size: 395 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>
  <p class="buttons">
    <label><%= _t('or to completly') %></label>
    <%= link_to _t('logout'), alchemy.logout_path, :class => 'button' %>
  </p>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alchemy_cms-2.5.0.b9 app/views/alchemy/user_sessions/leave.html.erb