update pagination and booking and rebate redeem

This commit is contained in:
Aung Myo
2017-11-15 12:02:02 +06:30
parent de3f2e5e90
commit 1c0a93d56d
7 changed files with 65 additions and 12 deletions

View File

@@ -77,6 +77,11 @@
<span><%= t :transactions %></span>
</a>
<ul class="ml-menu">
<% if can? :menage, Booking %>
<li>
<a href="<%= transactions_bookings_path %>"><%= t :bookings %></a>
</li>
<% end %>
<% if can? :menage, Order %>
<li>
<a href="<%= transactions_orders_path %>"><%= t :orders %></a>