Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<div id="simple-container">
<%if flash[:error].present? %>
<div class='alert alert-error'>
<%=flash[:error]%>
</div>
<%else%>
<%= t 'login.omniauth_error_unknown' %>
<%end%>