]> source.dussan.org Git - redmine.git/commitdiff
Adds a title on the sort handle (#12909).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 19 Apr 2016 17:45:13 +0000 (17:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 19 Apr 2016 17:45:13 +0000 (17:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15342 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index b41ce94b0f6055ad738890f2256ca8853587a2a8..7edfbd53496b6ebd345d4f54f2548d2499f98897 100644 (file)
@@ -478,7 +478,8 @@ module ApplicationHelper
     }
     content_tag('span', '',
       :class => "sort-handle",
-      :data => data)
+      :data => data,
+      :title => l(:button_sort))
   end
 
   def breadcrumb(*args)