1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

Adds a title on the sort handle (#12909).

git-svn-id: http://svn.redmine.org/redmine/trunk@15342 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-19 17:45:13 +00:00
parent 5a8a21151e
commit aed0350b01

View 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)