mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:20:41 +08:00
80858bae2c
- send email to logged in admin when they press the "download" button - show pop-up that email was sent - create email template - require a valid token to download backup
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>
|