mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:21:47 +01:00 
			
		
		
		
	Fix broken collaboration link in repo settings
This commit is contained in:
		
							parent
							
								
									471431e87c
								
							
						
					
					
						commit
						b2bd6c4c5a
					
				| @ -4,7 +4,7 @@ | ||||
| 	  <a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.RepoLink}}/settings"> | ||||
| 	    {{.i18n.Tr "repo.settings.options"}} | ||||
| 	  </a> | ||||
| 	  <a class="{{if .PageIsSettingsCollaboration}}active{{end}} item" href="{.RepoLink}}/settings/collaboration"> | ||||
| 	  <a class="{{if .PageIsSettingsCollaboration}}active{{end}} item" href="{{.RepoLink}}/settings/collaboration"> | ||||
| 	    {{.i18n.Tr "repo.settings.collaboration"}} | ||||
| 	  </a> | ||||
| 	  <a class="{{if .PageIsSettingsHooks}}active{{end}} item" href="{{.RepoLink}}/settings/hooks"> | ||||
| @ -17,4 +17,4 @@ | ||||
| 	    {{.i18n.Tr "repo.settings.deploy_keys"}} | ||||
| 	  </a> | ||||
| 	</div> | ||||
| </div> | ||||
| </div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user