2015-06-24 12:12:43 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<%= render partial: "layouts/head" %>
|
|
|
|
<%= render partial: "common/special_font_face" %>
|
|
|
|
<%= render partial: "common/discourse_stylesheet" %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="simple-container">
|
|
|
|
<%if flash[:error].present? %>
|
|
|
|
<div class='alert alert-error'>
|
|
|
|
<%=flash[:error]%>
|
|
|
|
</div>
|
|
|
|
<%else%>
|
|
|
|
<div class='alert alert-error'>
|
|
|
|
<%= t 'login.omniauth_error_unknown' %>
|
|
|
|
</div>
|
|
|
|
<%end%>
|
2013-02-14 14:11:13 -05:00
|
|
|
</div>
|
2015-06-24 12:12:43 -04:00
|
|
|
</body>
|
|
|
|
</html>
|