mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01: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
|