mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 02:34:05 +08:00
- 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
7 lines
128 B
Text
Vendored
7 lines
128 B
Text
Vendored
<div id="simple-container">
|
|
<%if @error%>
|
|
<div class='alert alert-error'>
|
|
<%= @error %>
|
|
</div>
|
|
<%end%>
|
|
</div>
|