mirror of
https://github.com/discourse/discourse.git
synced 2024-12-14 01:03:43 +08:00
f70d71c5e3
Switch to using the sweat-smile emoji instead of the cry emoji on the error page when you have already redeemed your invite.
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
<div id='simple-container'>
|
|
<%if flash[:error]%>
|
|
<div class='invite-error'>
|
|
<div class="error-image">
|
|
<img src="/images/sweat-smile-face.svg" alt="sweat-smile-face emoji">
|
|
</div>
|
|
<div class="error-info">
|
|
<%=flash[:error].html_safe%>
|
|
</div>
|
|
</div>
|
|
<%end%>
|
|
</div>
|