mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
13 lines
226 B
Ruby
13 lines
226 B
Ruby
![]() |
module ContextsHelper
|
||
|
|
||
|
def get_listing_sortable_options
|
||
|
{
|
||
|
:tag => 'div',
|
||
|
:handle => 'handle',
|
||
|
:complete => visual_effect(:highlight, 'list-contexts'),
|
||
|
:url => order_contexts_path
|
||
|
}
|
||
|
end
|
||
|
|
||
|
end
|