diff --git a/app/assets/stylesheets/specific/user_deletions.css.scss b/app/assets/stylesheets/specific/user_deletions.css.scss new file mode 100644 index 000000000..b09d9c9ed --- /dev/null +++ b/app/assets/stylesheets/specific/user_deletions.css.scss @@ -0,0 +1,10 @@ +div#c-maintenance-user-deletions { + ul { + margin-left: 1em; + margin-bottom: 1em; + } + + li { + list-style-type: disc; + } +} \ No newline at end of file diff --git a/app/views/maintenance/user/deletions/show.html.erb b/app/views/maintenance/user/deletions/show.html.erb index 217292c8e..eb0001cff 100644 --- a/app/views/maintenance/user/deletions/show.html.erb +++ b/app/views/maintenance/user/deletions/show.html.erb @@ -1,23 +1,31 @@ -
You can delete your account. This will not actually remove your account from the database, but it will do the following things:
+You can delete your account. This will not actually remove your account from the database, but it will do the following things:
-You must enter your password to delete your account.
+You must enter your password to delete your account.
-<%= form_tag(maintenance_user_deletion_path, :method => :delete, :class => "simple_form") do %> -