Add back div for embedded views so we can pass classes in from the view
This commit is contained in:
parent
e7b850012c
commit
ef56e86dfb
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
dom_id ? 'js-view-dom-id-' ~ dom_id,
|
dom_id ? 'js-view-dom-id-' ~ dom_id,
|
||||||
]
|
]
|
||||||
%}
|
%}
|
||||||
|
<div{{ attributes.addClass(classes) }}>
|
||||||
{{ title_prefix }}
|
{{ title_prefix }}
|
||||||
{{ title }}
|
{{ title }}
|
||||||
{{ title_suffix }}
|
{{ title_suffix }}
|
||||||
|
@ -62,3 +63,4 @@
|
||||||
</footer>
|
</footer>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ feed_icons }}
|
{{ feed_icons }}
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue