mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
12 lines
226 B
Ruby
12 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
|