summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_order-nav.html.haml
blob: 9e8bcee16d83ebbfff5ad977b20c0d3ebeeb5aca (plain)
1
2
3
4
5
%ul.nav.nav-pills.pull-right
  %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')