mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	UI: Keep repository settings menu button right
This commit is contained in:
		| @@ -19,9 +19,11 @@ | ||||
|     <i class="icon octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}} | ||||
|   </a> | ||||
|   {{if .IsRepositoryAdmin}} | ||||
|   <a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> | ||||
|     <i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} | ||||
|   </a> | ||||
|   <div class="right menu"> | ||||
|     <a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> | ||||
|       <i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} | ||||
|     </a> | ||||
|   </div> | ||||
|   {{end}} | ||||
| </div> | ||||
| {{end}} | ||||
		Reference in New Issue
	
	Block a user