diff options
author | Thedro Neely <thedroneely@gmail.com> | 2020-03-07 02:10:53 -0500 |
---|---|---|
committer | Thedro Neely <thedroneely@gmail.com> | 2020-03-07 02:10:53 -0500 |
commit | 88b8a06e629e1eecc7773b0d2448e9624bf2ef0f (patch) | |
tree | ec760a3848348dddad1ad9def47340f17c42a63a | |
parent | 3a4058b6f7b0cd772cb2cf903a1536e679a8f816 (diff) | |
download | gitea-templates-88b8a06e629e1eecc7773b0d2448e9624bf2ef0f.tar.gz gitea-templates-88b8a06e629e1eecc7773b0d2448e9624bf2ef0f.tar.bz2 gitea-templates-88b8a06e629e1eecc7773b0d2448e9624bf2ef0f.zip |
templates/base: Update to 1.11.2
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | templates/base/head_navbar.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ # Thedro's Custom Gitea Templates -Compatible with Gitea version 1.11.0 +Compatible with Gitea version 1.11.2 diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 2a73d42..60c2b84 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -110,7 +110,7 @@ {{end}} <div class="divider"></div> - <a class="item" href="{{AppSubUrl}}/user/logout"> + <a class="item link-action" href data-url="{{AppSubUrl}}/user/logout" data-redirect="{{AppSubUrl}}/"> <i class="octicon octicon-sign-out"></i> {{.i18n.Tr "sign_out"}}<!-- Sign Out --> </a> |