From 9a09282221ab49b13d0100ce6f0770b4f81dd8ff Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sat, 29 Nov 2014 08:51:21 -0800 Subject: [PATCH] bug fix --- app/views/users/edit.html.erb | 1 + config/danbooru_default_config.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 1669bbda2..729b573b4 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -69,6 +69,7 @@
+ <%= hidden_field_tag "user[dmail_filter_attributes][id]", @user.dmail_filter.try(:id) %> <%= text_field_tag "user[dmail_filter_attributes][words]", @user.dmail_filter.try(:words), :id => "user_dmail_filter_attributes_words", :class => "text optional", :size => 40 %> A list of banned words (space delimited). Any dmail you receive with a banned word will automatically be deleted.
diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index e5e33a0f3..4f077ee1c 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.65.1" + "2.65.2" end # The name of this Danbooru.