style user deletion page (#1676)
This commit is contained in:
10
app/assets/stylesheets/specific/user_deletions.css.scss
Normal file
10
app/assets/stylesheets/specific/user_deletions.css.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
div#c-maintenance-user-deletions {
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
<div id="c-maintenance-user-deletions">
|
||||
<div id="a-show">
|
||||
<h1>Delete Account</h1>
|
||||
|
||||
<p>You can delete your account. This will not actually remove your account from the database, but it will do the following things:</p>
|
||||
@@ -21,3 +23,9 @@
|
||||
<%= submit_tag %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Delete Account - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user