diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-08-31 15:55:58 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 12:54:55 +0200 |
commit | 55f8688c851d4f5f32a35fd804f31ad2f355be37 (patch) | |
tree | 889e08f4fab92fed51cfea1ab02db1500404e785 /src/hydrilla/proxy/web_ui/templates/repos | |
parent | f0044a21ea7bbabb633057804e83df884196012b (diff) | |
download | haketilo-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/repos')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
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 20d6964..ce1cef2 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 @@ -86,7 +86,7 @@ in a proprietary work, I am not going to enforce this in court. </div> </form> {% endif %}{# not display_info.deleted #} - {% endif %}{# display_info.is_local_semirepo (else) #} + {% endif %}{# else/ display_info.is_local_semirepo #} {% if display_info.deleted and not display_info.is_local_semirepo %} <div> {{ _('web_ui.repos.single.repo_is_deleted') }} |