diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-08-23 13:59:14 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 12:54:52 +0200 |
commit | 67c929d9c101ee79707c104ad08a78f8e0c04f64 (patch) | |
tree | f7d35a656a54b45ca965237d480b4929fb1f2927 /src/hydrilla/proxy/web_ui/templates | |
parent | e255c2f353ad16d3ed0460dabe84a11b119902da (diff) | |
download | haketilo-hydrilla-67c929d9c101ee79707c104ad08a78f8e0c04f64.tar.gz haketilo-hydrilla-67c929d9c101ee79707c104ad08a78f8e0c04f64.zip |
arrange web UI Jinja templates into multiple directories
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/index.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/root.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/packages.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/packages__show_single.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/packages__show_single_version.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/repos.html.jinja) | 0 | ||||
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja (renamed from src/hydrilla/proxy/web_ui/templates/repos__show_single.html.jinja) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/root.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja index 62c2b45..62c2b45 100644 --- a/src/hydrilla/proxy/web_ui/templates/root.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja diff --git a/src/hydrilla/proxy/web_ui/templates/packages.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja index bac774e..bac774e 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja diff --git a/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja index 1f3c246..1f3c246 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja diff --git a/src/hydrilla/proxy/web_ui/templates/packages__show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja index 17f958c..17f958c 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages__show_single.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja diff --git a/src/hydrilla/proxy/web_ui/templates/packages__show_single_version.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja index beedd43..beedd43 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages__show_single_version.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja 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 3fdcbd3..3fdcbd3 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja diff --git a/src/hydrilla/proxy/web_ui/templates/repos.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja index 54465a1..54465a1 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja diff --git a/src/hydrilla/proxy/web_ui/templates/repos__show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja index 5783a20..5783a20 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos__show_single.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja |