reinstalled all contribs with composer
need to run : drush ev 'drupal_flush_all_caches();' drush cr and restart nginx and php-fpm before loading the website
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<div class="composition_ui">
|
||||
<h2>{{ title }}</h2>
|
||||
<div class="wrapper">
|
||||
<section class='compositions-list'>
|
||||
{{ compositions }}
|
||||
</section>
|
||||
<section class="composer">
|
||||
<header>
|
||||
{{ composer_header }}
|
||||
</header>
|
||||
{{ composition }}
|
||||
<section class="actions">
|
||||
{{ composer_actions }}
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user