Files
mozo-backend/app/views/suppliers/lists/index.html.slim
T

8 lines
162 B
Plaintext

div.page-header= title :index, List
.well
- if @lists.any?
= paginate @lists
= render 'lists_table', lists: @lists
- else
= no_content_given List