mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
better copy for site delete page
This commit is contained in:
parent
d779c012db
commit
6f4117ac31
1 changed files with 21 additions and 6 deletions
|
@ -8,27 +8,42 @@
|
||||||
<form method="POST" action="/settings/<%= @site.username %>/delete">
|
<form method="POST" action="/settings/<%= @site.username %>/delete">
|
||||||
<%== csrf_token_input_html %>
|
<%== csrf_token_input_html %>
|
||||||
<p>
|
<p>
|
||||||
<strong style="color: red;">WARNING:</strong>
|
<strong style="color: red; font-size: 30pt">WARNING</strong>
|
||||||
<ul style="text-align: left">
|
<ul style="text-align: left">
|
||||||
<li>
|
<li>
|
||||||
This will delete your site <strong><%= @site.username %> (<%= @site.host %>)</strong>.
|
This will delete your site <strong><%= @site.username %> (<%= @site.host %>)</strong>.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
If you just want to rename your site, use the <strong>Change Site (User) Name</strong> tab instead.
|
If you just want to rename your site, use the <strong>Change Site (User) Name</strong> tab instead.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<% if @site.parent? %>
|
||||||
|
<li>
|
||||||
|
<strong style="color: red;">You will not be able to use your email address to register a new Neocities account after deleting this one.</strong>
|
||||||
|
</li>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
You will not be able to use your email address to register a new site after deleting this one.
|
<strong style="color: red;">You will not be able to create a site again with this same username.</strong>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
We can't reverse any of this via our contact form for security reasons.
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
There is no undo! Be very sure you want to do this.
|
There is no undo! Be very sure you want to do this.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<% if @site.parent? %>
|
||||||
<label for="deleted_reason">We're sorry to see you go, but no worries, we're understanding. What's the reason you're deleting your site? We'd love to know so we can make sure we're doing a good job, and improve Neocities in the future. You can <a href="https://neocities.org/contact">contact us</a> too, if you'd like to see if it's something we can fix first.</label>
|
<p>
|
||||||
<textarea name="deleted_reason"></textarea>
|
<label for="deleted_reason">We're sorry to see you go, but no worries, we're understanding. What's the reason you're deleting your site? We'd love to know so we can make sure we're doing a good job, and improve Neocities in the future. You can <a href="https://neocities.org/contact">contact us</a> too, if you'd like to see if it's something we can fix first.</label>
|
||||||
</p>
|
<textarea name="deleted_reason"></textarea>
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="confirm_username">Enter your user/site name to confirm deletion:</label>
|
<label for="confirm_username">Enter your user/site name to confirm deletion:</label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue