composition sorting is now saving automaticly
This commit is contained in:
+2
-4
@@ -15,8 +15,6 @@
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<div{{ attributes.addClass('composition') }}>
|
||||
{% if content %}
|
||||
{{- content -}}
|
||||
{% endif %}
|
||||
<div{{ attributes }}>
|
||||
{{ content }}
|
||||
</div>
|
||||
@@ -8,9 +8,7 @@
|
||||
<header>
|
||||
{{ composer_header }}
|
||||
</header>
|
||||
<section class="composition">
|
||||
{{ composition }}
|
||||
</section>
|
||||
{{ composition }}
|
||||
<section class="actions">
|
||||
{{ composer_actions }}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user