Add back div for embedded views so we can pass classes in from the view

This commit is contained in:
benjamin melançon 2018-12-15 21:55:48 -05:00
parent e7b850012c
commit ef56e86dfb

View file

@ -35,6 +35,7 @@
dom_id ? 'js-view-dom-id-' ~ dom_id,
]
%}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title }}
{{ title_suffix }}
@ -62,3 +63,4 @@
</footer>
{% endif %}
{{ feed_icons }}
</div>