mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Small UI fixes
This commit is contained in:
		
					parent
					
						
							
								5348e8b71a
							
						
					
				
			
			
				commit
				
					
						aa591317e7
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -56,13 +56,15 @@
 | 
				
			||||||
										{{end}}
 | 
															{{end}}
 | 
				
			||||||
									{{end}}
 | 
														{{end}}
 | 
				
			||||||
								</td>
 | 
													</td>
 | 
				
			||||||
								<td class="twelve wide">
 | 
													<td class="eleven wide">
 | 
				
			||||||
									<a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}/issues/{{$issue.Index}}">
 | 
														<a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}/issues/{{$issue.Index}}">
 | 
				
			||||||
										#{{$issue.Index}} - {{$issue.Title}}
 | 
															#{{$issue.Index}} - {{$issue.Title}}
 | 
				
			||||||
									</a>
 | 
														</a>
 | 
				
			||||||
								</td>
 | 
													</td>
 | 
				
			||||||
								<td>
 | 
													<td>
 | 
				
			||||||
 | 
														<a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}">
 | 
				
			||||||
										{{$repoOwner.Name}}/{{$repo.Name}}
 | 
															{{$repoOwner.Name}}/{{$repo.Name}}
 | 
				
			||||||
 | 
														</a>
 | 
				
			||||||
								</td>
 | 
													</td>
 | 
				
			||||||
								<td class="collapsing">
 | 
													<td class="collapsing">
 | 
				
			||||||
									{{if ne $notification.Status 3}}
 | 
														{{if ne $notification.Status 3}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue