composition sorting is now saving automaticly

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-27 00:26:52 +02:00
parent 90c9c68dcd
commit 4e33e4c8af
9 changed files with 120 additions and 43 deletions
@@ -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>