mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
8 lines
140 B
Text
8 lines
140 B
Text
|
<div id='simple-container'>
|
||
|
<%if flash[:error]%>
|
||
|
<div class='alert alert-error'>
|
||
|
<%=flash[:error]%>
|
||
|
</div>
|
||
|
<%end%>
|
||
|
</div>
|