aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/index.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-28 15:37:33 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-28 16:06:07 +0200
commitbbfe6b3314c034dd03962c06cd957540cca8a95b (patch)
tree38d0807bcdaa92ef1e10b44bf0f951ddbc8f8ef1 /src/hydrilla/proxy/web_ui/templates/index.html.jinja
parentedb1299c7196a6c3909f4ec3160428636197d877 (diff)
downloadhaketilo-hydrilla-bbfe6b3314c034dd03962c06cd957540cca8a95b.tar.gz
haketilo-hydrilla-bbfe6b3314c034dd03962c06cd957540cca8a95b.zip
[proxy] document packages
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/index.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/index.html.jinja8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
index 36d9941..93b834a 100644
--- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
@@ -67,7 +67,9 @@ code in a proprietary work, I am not going to enforce this in court.
{{ _('web_ui.home.heading.options') }}
</h4>
- {{ label(_('web_ui.home.mapping_usage_mode_label')) }}
+ {% call label(_('web_ui.home.mapping_usage_mode_label')) %}
+ {{ hkt_doc_link('packages') }}
+ {% endcall %}
{% set use_enabled_but_classes = ['green-button'] %}
{% set use_auto_but_classes = ['green-button'] %}
@@ -103,7 +105,9 @@ code in a proprietary work, I am not going to enforce this in court.
<div class="horizontal-separator"></div>
- {{ label(_('web_ui.home.script_blocking_mode_label')) }}
+ {% call label(_('web_ui.home.script_blocking_mode_label')) %}
+ {{ hkt_doc_link('script_blocking') }}
+ {% endcall %}
{% set allow_but_classes = ['red-button'] %}
{% set block_but_classes = ['blue-button'] %}