Files
mozo-backend/app/views/suppliers/lists/index.html.slim
T
2014-04-18 20:38:13 +02:00

10 lines
241 B
Plaintext

- content_for :head do
= javascript_include_tag 'supplier/app/application'
/div.page-header= title :index, List
/.well
- if @lists.any?
= paginate @lists
= render 'lists_table', lists: @lists
- else
= no_content_given List