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,
|
||||
]
|
||||
%}
|
||||
<div{{ attributes.addClass(classes) }}>
|
||||
{{ title_prefix }}
|
||||
{{ title }}
|
||||
{{ title_suffix }}
|
||||
|
@ -62,3 +63,4 @@
|
|||
</footer>
|
||||
{% endif %}
|
||||
{{ feed_icons }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue