<%= render_message do %> <%= _t("You are about to leave Alchemy") %> <% end %>

<%= link_to _t('stay logged in'), alchemy.root_path, class: 'button' %>

<%= form_tag Alchemy.logout_path, method: 'delete', class: 'buttons' do %> <%= button _t(:logout), autofocus: true %> <% end %>