diff --git a/plinth/modules/power/templates/power_restart.html b/plinth/modules/power/templates/power_restart.html index 75bd8d3e6..5d1803eb1 100644 --- a/plinth/modules/power/templates/power_restart.html +++ b/plinth/modules/power/templates/power_restart.html @@ -25,13 +25,7 @@ {% block content %} {% block pagetitle %} -
@@ -42,6 +36,14 @@ {% endblocktrans %}
+ {% if manual_page %} ++ + {% trans 'Learn more...' %} + +
+ {% endif %} + {% if pkg_manager_is_busy %}@@ -41,6 +35,14 @@ {% endblocktrans %}
+ {% if manual_page %} ++ + {% trans 'Learn more...' %} + +
+ {% endif %} + {% if pkg_manager_is_busy %}- - {% trans 'Learn more...' %} - -
- {% endif %} - {% include "clients.html" with clients=clients %}