diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-28 13:56:00 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-28 13:56:00 +0100 |
commit | b9b6688c8751b3ff0fe89655683af48eff195501 (patch) | |
tree | 92b13cb955713a3cb7c213e0a9fd1159a488ecb7 /templates/navbar.qtpl | |
parent | 6a3a7a85ef2f63e88a8c96aa3ab525ce843024f9 (diff) | |
download | cerrado-b9b6688c8751b3ff0fe89655683af48eff195501.tar.gz cerrado-b9b6688c8751b3ff0fe89655683af48eff195501.tar.bz2 cerrado-b9b6688c8751b3ff0fe89655683af48eff195501.zip |
feat: Add skeleton login page
Diffstat (limited to 'templates/navbar.qtpl')
-rw-r--r-- | templates/navbar.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/navbar.qtpl b/templates/navbar.qtpl index 8f5f9e1..62de219 100644 --- a/templates/navbar.qtpl +++ b/templates/navbar.qtpl @@ -5,6 +5,7 @@ const ( List About Config + Login ) %} @@ -16,7 +17,6 @@ const ( Summary Refs Tree - Login ) %} |