discourse/app/views/invites/redeem_disposable_invite.html.erb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
140 B
Plaintext
Raw Normal View History

2016-04-01 05:33:25 +08:00
<div id='simple-container'>
<%if flash[:error]%>
<div class='alert alert-error'>
<%=flash[:error]%>
</div>
<%end%>
</div>