mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add word break to the repo list in admin settings page (#28034)
Before:  After: 
This commit is contained in:
		@@ -47,13 +47,13 @@
 | 
			
		||||
						<tr>
 | 
			
		||||
							<td>{{.ID}}</td>
 | 
			
		||||
							<td>
 | 
			
		||||
								<a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
 | 
			
		||||
								<a class="gt-word-break" href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
 | 
			
		||||
								{{if .Owner.Visibility.IsPrivate}}
 | 
			
		||||
									<span class="text gold">{{svg "octicon-lock"}}</span>
 | 
			
		||||
								{{end}}
 | 
			
		||||
							</td>
 | 
			
		||||
							<td>
 | 
			
		||||
								<a href="{{.Link}}">{{.Name}}</a>
 | 
			
		||||
								<a class="gt-word-break" href="{{.Link}}">{{.Name}}</a>
 | 
			
		||||
								{{if .IsArchived}}
 | 
			
		||||
									<span class="ui basic label">{{ctx.Locale.Tr "repo.desc.archived"}}</span>
 | 
			
		||||
								{{end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user