mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 03:17:53 -05:00
11 lines
No EOL
266 B
Text
11 lines
No EOL
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> |