mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 04:36:32 +08:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
<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> |