Certain controller methods are shared with oauth-based logins, and these have been moved to a concern.
8 lines
215 B
Text
8 lines
215 B
Text
<% content_for :heading do %>
|
|
<h1><%= t ".heading" %></h1>
|
|
<% end %>
|
|
|
|
<%= bootstrap_form_tag do |f| %>
|
|
<%= f.hidden_field :referer, :value => params[:referer] %>
|
|
<%= f.primary t(".logout_button") %>
|
|
<% end %>
|