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

8 lines
175 B
Plaintext

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