Orbit/vendor/built_in_modules/ask_new/app/views/panel/ask/back_end/ask_questions/_sort_headers.html.erb

7 lines
472 B
Plaintext

<%= render_sort_bar(true, delete_panel_ask_back_end_ask_questions_path(direction: params[:direction], sort: params[:sort], sort_options: params[:sort_options]),
['status', 'ask_reply.status','span1', :status],
['ask_category', 'ask_category','span1', :category],
['title', 'title','span3', :title],
['name', 'name','span1', 'mongoid.attributes.ask_question.name'],
['created_at', 'created_at','span1', 'mongoid.attributes.ask_question.created_at']).html_safe %>