support new listbooru changes #2523

This commit is contained in:
r888888888
2015-11-03 16:49:43 -08:00
parent faa41d6181
commit 6514265ca7
7 changed files with 32 additions and 19 deletions

View File

@@ -68,6 +68,8 @@
<%= f.input :enable_auto_complete, :as => :select, :collection => [["Yes", "true"], ["No", "false"]], :include_blank => false %>
<%= f.input :enable_categorized_saved_searches, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false %>
<div class="input text optional field_with_hint">
<label class="text optional" for="user_favorite_tags">Frequent tags</label>
<textarea id="user_favorite_tags" class="text optional" rows="5" name="user[favorite_tags]" cols="40"><%= raw @user.favorite_tags %></textarea>