<% # This layout should be used when sign in flow is halted (due to e.g. password expiry, %> <% # or some similar halt in sign-in chain) %> <%=t "head.title", title: (yield :head_title) %> <%= stylesheet_link_tag 'application', media: 'all' %> <%= javascript_include_tag 'application' %> <%= favicon_link_tag "favicon.ico" %> <%= favicon_link_tag "favicon-16.png", type: "image/png", size: "16x16" %> <%= favicon_link_tag "favicon-32.png", type: "image/png", size: "32x32" %> <%= favicon_link_tag "favicon-48.png", type: "image/png", size: "48x48" %> <%= csrf_meta_tags %> <% if flash[:error]%>
<%= sanitize_input(flash[:error]) %>
<% end %>
<%= yield %>