mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:02:46 +08:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
<div id="simple-container">
|
||
|
<%if @error%>
|
||
|
<div class='alert alert-error'>
|
||
|
<%= @error %>
|
||
|
</div>
|
||
|
<%end%>
|
||
|
</div>
|