discourse/app/views/invites/show.html.erb
Arpit Jalan 83245aa508 FIX: better handling of invite links after they are redeemed
FIX: deprecate invite_passthrough_hours setting
2018-05-08 20:17:57 +05:30

8 lines
150 B
Plaintext

<div id='simple-container'>
<%if flash[:error]%>
<div class='alert alert-error'>
<%=flash[:error].html_safe%>
</div>
<%end%>
</div>