mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Project files table style update (#8757)
* add marking to title_wip_desc Signed-off-by: May <themaymeow@gmail.com> * update table styling Signed-off-by: May <themaymeow@gmail.com> * Update file table column width to 4:9:3 Signed-off-by: May <themaymeow@gmail.com>
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
<table id="repo-files-table" class="ui single line table fixed">
 | 
					<table id="repo-files-table" class="ui single line table">
 | 
				
			||||||
	<thead>
 | 
						<thead>
 | 
				
			||||||
		<tr class="commit-list">
 | 
							<tr class="commit-list">
 | 
				
			||||||
			<th colspan="2">
 | 
								<th colspan="2">
 | 
				
			||||||
@@ -62,7 +62,7 @@
 | 
				
			|||||||
						</span>
 | 
											</span>
 | 
				
			||||||
					</td>
 | 
										</td>
 | 
				
			||||||
				{{else}}
 | 
									{{else}}
 | 
				
			||||||
					<td class="name">
 | 
										<td class="name four wide">
 | 
				
			||||||
						<span class="truncate">
 | 
											<span class="truncate">
 | 
				
			||||||
							{{if $entry.IsDir}}
 | 
												{{if $entry.IsDir}}
 | 
				
			||||||
								{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
 | 
													{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
 | 
				
			||||||
@@ -82,12 +82,12 @@
 | 
				
			|||||||
						</span>
 | 
											</span>
 | 
				
			||||||
					</td>
 | 
										</td>
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
				<td class="message">
 | 
									<td class="message nine wide">
 | 
				
			||||||
					<span class="truncate has-emoji">
 | 
										<span class="truncate has-emoji">
 | 
				
			||||||
						<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
 | 
											<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
 | 
				
			||||||
					</span>
 | 
										</span>
 | 
				
			||||||
				</td>
 | 
									</td>
 | 
				
			||||||
				<td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
 | 
									<td class="text grey right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td>
 | 
				
			||||||
			</tr>
 | 
								</tr>
 | 
				
			||||||
		{{end}}
 | 
							{{end}}
 | 
				
			||||||
	</tbody>
 | 
						</tbody>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user