add option in settings to delete account

This commit is contained in:
Joshua Arts
2018-07-27 11:36:28 -04:00
parent f285377abf
commit 5e5f31c375
7 changed files with 75 additions and 1 deletions

View File

@ -0,0 +1,15 @@
<div class="form-group">
<div class="row">
<div class="col-12">
<center>
<%= t("settings.delete.disclaimer").html_safe %>
<br>
<a href="" data-toggle="modal" data-target="#deleteAccountModal" class="btn btn-danger mt-6">
<%= t("settings.delete.button") %>
</a>
</center>
</div>
</div>
</div>
<%= render "shared/modals/delete_account_modal" %>