mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
manual: Fix manual page links for tor and power templates
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
4064d6e231
commit
c03cbb3cf3
@ -25,13 +25,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% block pagetitle %}
|
{% block pagetitle %}
|
||||||
<h2>{{ title }}
|
<h2>{{ title }}</h2>
|
||||||
{% if manual_page %}
|
|
||||||
<a href="{% url 'help:manual-page' manual_page %}">
|
|
||||||
<img class="manual-page" src="{% static 'theme/icons/manual.png' %}" alt="Manual" />
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
</h2>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -42,6 +36,14 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
{% if manual_page %}
|
||||||
|
<p class="manual-page">
|
||||||
|
<a href="{% url 'help:manual-page' manual_page %}">
|
||||||
|
{% trans 'Learn more...' %}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if pkg_manager_is_busy %}
|
{% if pkg_manager_is_busy %}
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
|
|||||||
@ -25,13 +25,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% block pagetitle %}
|
{% block pagetitle %}
|
||||||
<h2>{{ title }}
|
<h2>{{ title }}</h2>
|
||||||
{% if manual_page %}
|
|
||||||
<a href="{% url 'help:manual-page' manual_page %}">
|
|
||||||
<img class="manual-page" src="{% static 'theme/icons/manual.png' %}" alt="Manual" />
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
</h2>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -41,6 +35,14 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
{% if manual_page %}
|
||||||
|
<p class="manual-page">
|
||||||
|
<a href="{% url 'help:manual-page' manual_page %}">
|
||||||
|
{% trans 'Learn more...' %}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if pkg_manager_is_busy %}
|
{% if pkg_manager_is_busy %}
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
|
|||||||
@ -32,14 +32,6 @@
|
|||||||
|
|
||||||
{% block configuration %}
|
{% block configuration %}
|
||||||
|
|
||||||
{% if manual_page %}
|
|
||||||
<p class="manual-page">
|
|
||||||
<a href="{% url 'help:manual-page' manual_page %}">
|
|
||||||
{% trans 'Learn more...' %}
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% include "clients.html" with clients=clients %}
|
{% include "clients.html" with clients=clients %}
|
||||||
|
|
||||||
<h3>{% trans "Status" %}</h3>
|
<h3>{% trans "Status" %}</h3>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user