diff --git a/app/views/alchemy/admin/leave.html.erb b/app/views/alchemy/admin/leave.html.erb index 78044f025c..4befe990f7 100644 --- a/app/views/alchemy/admin/leave.html.erb +++ b/app/views/alchemy/admin/leave.html.erb @@ -1,11 +1,13 @@ <%= render_message do %> <%= Alchemy.t("You are about to leave Alchemy") %> <% end %> -

- - <%= link_to Alchemy.t('stay logged in'), alchemy.root_path, class: 'button secondary' %> -

-<%= form_tag Alchemy.logout_path, method: Alchemy.logout_method, class: 'buttons' do %> - - <%= button_tag Alchemy.t(:logout), autofocus: true %> -<% end %> +
+

+ + <%= link_to Alchemy.t('stay logged in'), alchemy.root_path, class: 'button secondary' %> +

+ <%= form_tag Alchemy.logout_path, method: Alchemy.logout_method, class: 'buttons' do %> + + <%= button_tag Alchemy.t(:logout), autofocus: true %> + <% end %> +