mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 21:16:26 +01:00 
			
		
		
		
	UI: Keep repository settings menu button right
This commit is contained in:
		
							parent
							
								
									61fdd8c571
								
							
						
					
					
						commit
						ec98deeb8c
					
				@ -19,9 +19,11 @@
 | 
			
		||||
    <i class="icon octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}}
 | 
			
		||||
  </a>
 | 
			
		||||
  {{if .IsRepositoryAdmin}}
 | 
			
		||||
  <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}}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user