From cbe9edfa888157ed9e936de6d7f24c96876bed8d Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 11 Jan 2014 14:06:05 -0500 Subject: [PATCH] Add link to help:blacklists on user settings page --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index aa8261e22..41e8ea4c4 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -38,7 +38,7 @@ <%= f.input :per_page, :label => "Posts per page", :as => :select, :collection => (1..100), :include_blank => false %> <% end %> - <%= f.input :blacklisted_tags, :hint => "Put any tag combinations you never want to see here. Each combination should go on a separate line.", :input_html => {:size => "40x5"} %> + <%= f.input :blacklisted_tags, :hint => "Put any tag combinations you never want to see here. Each combination should go on a separate line. View help.", :input_html => {:size => "40x5"} %>