mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Fix: Organization Interface Display Issue (#30133)
**Before**  **After**  (cherry picked from commit 0262c66ba6c1d7488456269b2e56220bf6cf0b6f)
This commit is contained in:
		
					parent
					
						
							
								bdc3f7beb1
							
						
					
				
			
			
				commit
				
					
						969df61926
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -21,7 +21,7 @@
 | 
				
			||||||
			{{if .ShowMemberAndTeamTab}}
 | 
								{{if .ShowMemberAndTeamTab}}
 | 
				
			||||||
			<div class="ui five wide column">
 | 
								<div class="ui five wide column">
 | 
				
			||||||
				{{if .CanCreateOrgRepo}}
 | 
									{{if .CanCreateOrgRepo}}
 | 
				
			||||||
					<div class="center aligned">
 | 
										<div class="center aligned tw-mb-4">
 | 
				
			||||||
						<a class="ui primary button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{ctx.Locale.Tr "new_repo"}}</a>
 | 
											<a class="ui primary button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{ctx.Locale.Tr "new_repo"}}</a>
 | 
				
			||||||
						{{if not .DisableNewPullMirrors}}
 | 
											{{if not .DisableNewPullMirrors}}
 | 
				
			||||||
							<a class="ui primary button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>
 | 
												<a class="ui primary button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
<div class="ui container">
 | 
					<div class="ui container">
 | 
				
			||||||
	<overflow-menu class="ui secondary pointing tabular borderless menu">
 | 
						<overflow-menu class="ui secondary pointing tabular borderless menu tw-mb-4">
 | 
				
			||||||
		<div class="overflow-menu-items">
 | 
							<div class="overflow-menu-items">
 | 
				
			||||||
			<a class="{{if .PageIsViewRepositories}}active {{end}}item" href="{{$.Org.HomeLink}}">
 | 
								<a class="{{if .PageIsViewRepositories}}active {{end}}item" href="{{$.Org.HomeLink}}">
 | 
				
			||||||
				{{svg "octicon-repo"}} {{ctx.Locale.Tr "user.repositories"}}
 | 
									{{svg "octicon-repo"}} {{ctx.Locale.Tr "user.repositories"}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue