diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-19 17:33:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-19 17:33:29 +0000 |
commit | a1874c8975754e2184674f3107028fbae2b9558d (patch) | |
tree | a9e32f152ebe45bc379ed40f2fce7da2b375471a /app | |
parent | 39ff11ba06a7c72eb27519b3e918969f43596573 (diff) | |
download | redmine-a1874c8975754e2184674f3107028fbae2b9558d.tar.gz redmine-a1874c8975754e2184674f3107028fbae2b9558d.zip |
Restyles the sort handle(#12909).
git-svn-id: http://svn.redmine.org/redmine/trunk@15340 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f298a15ed..b41ce94b0 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -477,7 +477,7 @@ module ApplicationHelper :reorder_param => options[:param] || object.class.name.underscore } content_tag('span', '', - :class => "sort-handle ui-icon ui-icon-arrowthick-2-n-s", + :class => "sort-handle", :data => data) end |