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