more updates to settings page

This commit is contained in:
Scott O'Hara 2013-07-13 22:32:17 -04:00
parent 3098a96870
commit 5a56929e18

View file

@ -1,7 +1,7 @@
.page .page
.content .content
.span12.text-center
h1 Account Settings h1.txt-Center Account Settings
.txt-Center .txt-Center
- if !current_site.errors.empty? - if !current_site.errors.empty?
@ -12,7 +12,8 @@
p = error.last.first p = error.last.first
.row .row
.col.col-33 .col.col-33.txt-Center
.content
h2.delta Change Password h2.delta Change Password
form method="POST" action="/change_password" form method="POST" action="/change_password"
input name="csrf_token" type="hidden" value="#{csrf_token}" input name="csrf_token" type="hidden" value="#{csrf_token}"
@ -31,7 +32,8 @@
input.btn-Action type="submit" value="Change Password" input.btn-Action type="submit" value="Change Password"
.col.col-33 .col.col-33.txt-Center
.content
h2.delta Change Site (User) Name h2.delta Change Site (User) Name
form method="POST" action="/change_name" form method="POST" action="/change_name"
@ -46,7 +48,8 @@
input.btn-Action type="submit" value="Change Name" input.btn-Action type="submit" value="Change Name"
.col.col-33 .col.col-33.txt-Center
.content
h2.delta Mark Adult Content 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. 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.