From bd1ffe171b2bea5cf7afe902ca2cd2aee8a85d04 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 9 Mar 2016 10:00:14 -0600 Subject: [PATCH] settings: link to /threads, put delete at bottom, fix typo --- app/views/settings/index.html.erb | 42 ++++++++++++++++--------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index ef59afd..c737a79 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -146,7 +146,8 @@
<%= f.label :show_submitted_story_threads, - "Show in Your Threads:", :class => "required" %> + raw("Show in Your Threads:"), + :class => "required" %> <%= f.check_box :show_submitted_story_threads %>
@@ -158,12 +159,12 @@

When enabled, you will receive all newly submitted stories and comments to - your e-mail address entered above, except those stories (and their - comments) filtered by your tag filters. All e-mail - messages will appear to be sent to your private list address shown below - which you can filter on, and e-mails you send to that address will be - posted under your account on this website. You should keep your unique - list address private to prevent others from posting comments as you. + your e-mail address entered above, except the stories and comments filtered + by your tag filters. + All e-mail messages will appear to be sent to your private list address + shown below which you can filter on, and e-mails you send to that address + will be posted under your account on this website. You should keep your + unique list address private to prevent others from posting comments as you.

@@ -206,6 +207,16 @@

+ +
+ Invite a New User +
+ + <%= render :partial => "users/invitationform" %> + +
+
+ <%= form_for @edit_user, :url => delete_account_path, :method => :post, :html => { :id => "delete_user" } do |f| %>
@@ -216,9 +227,10 @@ To permanently delete your account, verify your current password below. Your account will be put into a deleted state, your comments will be marked as deleted and no longer readable by any other users, and your private - messages will be deleted. Your submitted stories will not be deleted. - Your username will remain reserved and will not be available to use on any - other account. + messages will be deleted. + Your submitted stories will not be deleted. + Your username will remain reserved and will not be available to be used on + any other account.

@@ -229,14 +241,4 @@
<%= f.submit "Yes, Delete My Account" %> <% end %> - -
-
- - -
- Invite a New User -
- - <%= render :partial => "users/invitationform" %>