Fix install/update a theme from its own detail page

This commit is contained in:
Flavio Copes
2016-05-19 22:06:13 +02:00
parent a4f3bc7b6c
commit a95f1e458a

View File

@@ -109,3 +109,5 @@
{% include 'partials/modal-changes-detected.html.twig' %}
{% include 'partials/modal-remove-package.html.twig' with { type: 'theme', package: theme } %}
{% include 'partials/modal-add-package.html.twig' with { type: 'theme' } %}
{% include 'partials/modal-update-packages.html.twig' with { type: 'theme' } %}