improve the site delete copy

This commit is contained in:
Kyle Drake 2015-09-12 23:35:34 -07:00
parent 7c1a895c89
commit a7e370764b
2 changed files with 17 additions and 3 deletions

View file

@ -25,7 +25,7 @@
<ul class="nav nav-tabs">
<li class="active"><a href="#profile" data-toggle="tab">Profile</a></li>
<li><a href="#custom_domain" data-toggle="tab">Custom Domain</a></li>
<li><a href="#username" data-toggle="tab">Username</a></li>
<li><a href="#username" data-toggle="tab">Change Site (User) Name</a></li>
<% if @site.admin_nsfw != true %>
<li><a href="#nsfw" data-toggle="tab">18+</a></li>

View file

@ -8,7 +8,21 @@
<form method="POST" action="/settings/<%= @site.username %>/delete">
<%== csrf_token_input_html %>
<p>
<strong style="color: red;">WARNING:</strong> This will delete your site <strong><%= @site.username %> (<%= @site.host %>)</strong>. There is no undo! Be very sure you want to do this.
<strong style="color: red;">WARNING:</strong>
<ul style="text-align: left">
<li>
This will delete your site <strong><%= @site.username %> (<%= @site.host %>)</strong>.
</li>
<li>
If you just want to rename your site, use the <strong>Change Site (User) Name</strong> tab instead.
</li>
<li>
You will not be able to use your email address to register a new site after deleting this one.
</li>
<li>
There is no undo! Be very sure you want to do this.
</li>
</ul>
</p>
<p>