mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 19:37:29 -05:00
11 lines
266 B
Text
11 lines
266 B
Text
|
<div id="simple-container">
|
||
|
<%if flash[:error]%>
|
||
|
<div class='alert alert-error'>
|
||
|
<%=flash[:error]%>
|
||
|
</div>
|
||
|
<%else%>
|
||
|
<div class='alert alert-error'>
|
||
|
Something went wrong processing your log in, please try again.
|
||
|
</div>
|
||
|
<%end%>
|
||
|
</div>
|