tab/app/views/requests/index.html.haml
2019-05-31 14:50:55 +12:00

4 lines
371 B
Text

= render 'index', actions: true, title: 'Open Requests', requests: @requests['open']
= render 'index', actions: false, title: 'Confirmed Requests', requests: @requests['confirmed']
= render 'index', actions: false, title: 'Declined Requests', requests: @requests['declined']
= render 'index', actions: false, title: 'Cancelled Requests', requests: @requests['cancelled']