diff --git a/themes/grav/templates/plugins.html.twig b/themes/grav/templates/plugins.html.twig index 2e7fed83..6e3caec5 100644 --- a/themes/grav/templates/plugins.html.twig +++ b/themes/grav/templates/plugins.html.twig @@ -16,11 +16,13 @@ {% block titlebar %} {% if not admin.route or installing %} - {% if (not installing) %}
+ {% if (installing) %} + Back to installed + {% else %} Add -
{% endif %} +

Plugins

{% else %} {% if (installed) %} diff --git a/themes/grav/templates/themes.html.twig b/themes/grav/templates/themes.html.twig index 4f9cdcfa..b7483d42 100644 --- a/themes/grav/templates/themes.html.twig +++ b/themes/grav/templates/themes.html.twig @@ -16,11 +16,13 @@ {% block titlebar %} {% if not admin.route or installing %} - {% if (not installing) %}
+ {% if (installing) %} + Back to installed + {% else %} Add -
{% endif %} +

Themes

{% else %} {% if (installed) %}