From 0c16403c29ce528f4191b92a3f9006f3661d8be0 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 9 Apr 2013 18:04:23 -0400 Subject: [PATCH] fixes #1216 --- 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 96d87cc12..a238b698c 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -19,7 +19,7 @@ <%= f.input :time_zone, :include_blank => false %> <%= f.input :receive_email_notifications, :as => :select, :include_blank => false %> <%= f.input :comment_threshold, :hint => "Comments below this score will be hidden by default" %> - <%= f.input :default_image_size, :hint => "Show original image or show resampled #{Danbooru.config.large_image_width} pixel version", :label => "Image size", :collection => %w(large original), :include_blank => false %> + <%= f.input :default_image_size, :hint => "Show original image or show resampled #{Danbooru.config.large_image_width} pixel version", :label => "Default image width", :collection => [["850px", "large"], ["original", "original"]], :include_blank => false %> <% if CurrentUser.user.is_privileged? %> <%= f.input :per_page, :label => "Posts per page", :as => :select, :collection => (1..100), :include_blank => false %>