diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-11-25 23:15:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 23:15:58 +0800 |
commit | 6c2196146212c47304af12f5533cd46e5ff02807 (patch) | |
tree | fabb1016ddc5fb8598a7868e9825cf19b0301423 /templates | |
parent | e8f1f091328cac7fa2e56de24083e8e9d139e1bd (diff) | |
download | gitea-6c2196146212c47304af12f5533cd46e5ff02807.tar.gz gitea-6c2196146212c47304af12f5533cd46e5ff02807.zip |
org settings -> webhook/labels/deletion should also active the menu (#17809)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/org/menu.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/menu.tmpl b/templates/org/menu.tmpl index ec985c03e4..9c7c2bbfb2 100644 --- a/templates/org/menu.tmpl +++ b/templates/org/menu.tmpl @@ -20,7 +20,7 @@ {{if .IsOrganizationOwner}} <div class="right menu"> - <a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.OrgLink}}/settings"> + <a class="{{if .PageIsOrgSettings}}active{{end}} item" href="{{.OrgLink}}/settings"> {{svg "octicon-tools"}} {{.i18n.Tr "repo.settings"}} </a> </div> |