mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-17 02:34:40 +08:00
11 lines
254 B
Text
11 lines
254 B
Text
<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%>
|
|
</div>
|