From aed0350b0184775f23fb2d884ca3bf3a55e6392d 2016-04-19 17:45:13 From: Jean-Philippe Lang Date: 2016-04-19 17:45:13 Subject: [PATCH] Adds a title on the sort handle (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15342 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b41ce94..7edfbd5 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -478,7 +478,8 @@ module ApplicationHelper } content_tag('span', '', :class => "sort-handle", - :data => data) + :data => data, + :title => l(:button_sort)) end def breadcrumb(*args)