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:
parent
5a8a21151e
commit
aed0350b01
@ -478,7 +478,8 @@ module ApplicationHelper
|
|||||||
}
|
}
|
||||||
content_tag('span', '',
|
content_tag('span', '',
|
||||||
:class => "sort-handle",
|
:class => "sort-handle",
|
||||||
:data => data)
|
:data => data,
|
||||||
|
:title => l(:button_sort))
|
||||||
end
|
end
|
||||||
|
|
||||||
def breadcrumb(*args)
|
def breadcrumb(*args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user