Provide structures and classes for standard media listing view
This commit is contained in:
parent
f42a089d46
commit
2df41eb12b
1 changed files with 28 additions and 23 deletions
|
@ -35,7 +35,9 @@
|
|||
dom_id ? 'js-view-dom-id-' ~ dom_id,
|
||||
]
|
||||
%}
|
||||
<div{{ attributes.addClass(classes) }}>
|
||||
<section{{ attributes.addClass(classes) }} data-headerbg="light">
|
||||
<div class="container">
|
||||
<div class="flow">
|
||||
{{ title_prefix }}
|
||||
{{ title }}
|
||||
{{ title_suffix }}
|
||||
|
@ -49,7 +51,9 @@
|
|||
{{ exposed }}
|
||||
{{ attachment_before }}
|
||||
|
||||
<div class="media-list">
|
||||
{{ rows }}
|
||||
</div>
|
||||
{{ empty }}
|
||||
{{ pager }}
|
||||
|
||||
|
@ -61,6 +65,7 @@
|
|||
{{ footer }}
|
||||
</footer>
|
||||
{% endif %}
|
||||
|
||||
{{ feed_icons }}
|
||||
</div>
|
||||
</div>
|
||||
{{ feed_icons }}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue