From d4de6a5966560ee7aa0a1b15950cd7ee36add256 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 28 Oct 2022 18:43:39 +0200 Subject: [proxy] document repositories --- src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja | 6 +++++- src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja | 5 ++++- src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) (limited to 'src/hydrilla/proxy/web_ui/templates') diff --git a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja index 106af53..91c8c0d 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja @@ -23,7 +23,11 @@ code in a proprietary work, I am not going to enforce this in court. {% block title %} {{ _('web_ui.repos.add.title') }} {% endblock %} {% block main %} -

{{ _('web_ui.repos.add.heading') }}

+

+ {{ _('web_ui.repos.add.heading') }} + {{ hkt_doc_link('repositories') }} +

+
{{ label(_('web_ui.repos.add.name_field_label'), 'name') }} {% if repo_name_invalid is defined %} diff --git a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja index 4f09ae6..0742fc1 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja @@ -29,7 +29,10 @@ code in a proprietary work, I am not going to enforce this in court. {% endblock %} {% block main %} -

{{ _('web_ui.repos.heading') }}

+

+ {{ _('web_ui.repos.heading') }} + {{ hkt_doc_link('repositories') }} +

diff --git a/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja index 9e4b869..24ec239 100644 --- a/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja @@ -23,7 +23,11 @@ code in a proprietary work, I am not going to enforce this in court. {% block title %} {{ _('web_ui.rules.add.title') }} {% endblock %} {% block main %} -

{{ _('web_ui.rules.add.heading') }}

+

+ {{ _('web_ui.rules.add.heading') }} + {{ hkt_doc_link('script_blocking') }} +

+ {{ label(_('web_ui.rules.add.pattern_field_label'), 'pattern') }} -- cgit v1.2.3