mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-26 20:55:55 +00:00
Fixes that the settings button moves in the overflow menu
and the add more button is on the right This fix moves the settings button back to the right and the add more button back to the left.
This commit is contained in:
parent
27fa12427c
commit
fb5e36bc6f
2 changed files with 15 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
{{$highlightSettings := true}}
|
||||
{{if and .SignedUser.EnableRepoUnitHints (not (.Repository.AllUnitsEnabled ctx))}}
|
||||
{{$highlightSettings = false}}
|
||||
<a id="settings-btn" class="{{if .PageIsRepoSettingsUnits}}active {{end}}right item" href="{{.RepoLink}}/settings/units">
|
||||
<a class="{{if .PageIsRepoSettingsUnits}}active {{end}}item" href="{{.RepoLink}}/settings/units">
|
||||
{{svg "octicon-diff-added"}} {{ctx.Locale.Tr "repo.settings.units.add_more"}}
|
||||
</a>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue