8 lines
162 B
Plaintext
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
|