summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_order-nav.html.haml
blob: b235350424b2d04a24657db81f7981aeafa48049 (plain)
1
2
3
4
5
%ul.nav.nav-pills.pull-right{:style => 'margin-bottom: 0'}
  %li{:class=> ("active" if search_order.start_with? 'created_at' )}
    = link_to_order('created')
  %li{:class=> ("active" if search_order.start_with? 'updated_at' )}
    = link_to_order('updated')