mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
update settings page to not be so tweety
This commit is contained in:
parent
75500237ac
commit
044a5b1f74
1 changed files with 46 additions and 47 deletions
|
@ -1,10 +1,9 @@
|
|||
.page
|
||||
.row.content
|
||||
.content
|
||||
.span12.text-center
|
||||
h1 Site Settings
|
||||
h1 Account Settings
|
||||
|
||||
.row
|
||||
.span12.text-center
|
||||
.txt-Center
|
||||
- if !current_site.errors.empty?
|
||||
.row
|
||||
.span8.offset2
|
||||
|
@ -13,8 +12,8 @@
|
|||
p = error.last.first
|
||||
|
||||
.row
|
||||
.span4
|
||||
h2 Change Password
|
||||
.col.col-33
|
||||
h2.delta Change Password
|
||||
form method="POST" action="/change_password"
|
||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||
|
||||
|
@ -31,24 +30,24 @@
|
|||
input name="new_password_confirm" type="password"
|
||||
|
||||
input.btn-Action type="submit" value="Change Password"
|
||||
.span4
|
||||
h2 Change Site (User) Name
|
||||
|
||||
.col.col-33
|
||||
h2.delta Change Site (User) Name
|
||||
|
||||
form method="POST" action="/change_name"
|
||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||
|
||||
p It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
|
||||
|
||||
div
|
||||
p Current name: <span style="color: green"><strong>#{current_site.username}</strong></span>
|
||||
div
|
||||
|
||||
p New name:
|
||||
input name="name" type="text" placeholder="newname"
|
||||
div
|
||||
|
||||
input.btn-Action type="submit" value="Change Name"
|
||||
|
||||
.span4
|
||||
h2 Mark Adult Content
|
||||
.col.col-33
|
||||
h2.delta Mark Adult Content
|
||||
p If your site contains objectionable (adult) content, check this box. Your site will not be removed, but it will be listed on a special browse page. We don't have an official policy on what defines "adult" content yet, we are still working on this. In the interim, best guesses. Thanks for your patience as we try to find a way to balance out the needs of everyone.
|
||||
|
||||
form method="POST" action="/change_nsfw"
|
||||
|
|
Loading…
Add table
Reference in a new issue