aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-31 15:55:58 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:55 +0200
commit55f8688c851d4f5f32a35fd804f31ad2f355be37 (patch)
tree889e08f4fab92fed51cfea1ab02db1500404e785 /src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
parentf0044a21ea7bbabb633057804e83df884196012b (diff)
downloadhaketilo-hydrilla-55f8688c851d4f5f32a35fd804f31ad2f355be37.tar.gz
haketilo-hydrilla-55f8688c851d4f5f32a35fd804f31ad2f355be37.zip
[proxy] improve styling of items' "install" and "uninstall" buttons in the web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
index 4224d4b..6671747 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
@@ -28,12 +28,6 @@ in a proprietary work, I am not going to enforce this in court.
.format(display_info.info.long_name)
}}
{% endblock %}
-{% block item_is_installed_msg %}
-{{ _('web_ui.items.single_version.package.is_installed') }}
-{% endblock %}
-{% block item_is_not_nstalled_msg %}
- {{ _('web_ui.items.single_version.package.is_not_installed') }}
-{% endblock %}
{% block item_install_failed_msg %}
{{ _('web_ui.items.single_version.package.install_failed') }}
{% endblock %}