Fixed missing end tag for organization link (#3229)
This commit is contained in:
		
							parent
							
								
									1123313240
								
							
						
					
					
						commit
						5332052019
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -27,6 +27,7 @@ | ||||||
| 	</a> | 	</a> | ||||||
| 	<a class="{{if .PageIsSettingsOrganization}}active{{end}} item" href="{{AppSubUrl}}/user/settings/organization"> | 	<a class="{{if .PageIsSettingsOrganization}}active{{end}} item" href="{{AppSubUrl}}/user/settings/organization"> | ||||||
| 		{{.i18n.Tr "settings.organization"}} | 		{{.i18n.Tr "settings.organization"}} | ||||||
|  | 	</a> | ||||||
| 	<a class="{{if .PageIsSettingsRepos}}active{{end}} item" href="{{AppSubUrl}}/user/settings/repos"> | 	<a class="{{if .PageIsSettingsRepos}}active{{end}} item" href="{{AppSubUrl}}/user/settings/repos"> | ||||||
| 		{{.i18n.Tr "settings.repos"}} | 		{{.i18n.Tr "settings.repos"}} | ||||||
| 	</a> | 	</a> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue