mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -76,7 +76,11 @@
 | 
			
		||||
							<pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre>
 | 
			
		||||
							{{end}}
 | 
			
		||||
						</td>
 | 
			
		||||
						<td class="text right aligned">{{TimeSince .Author.When $.Lang}}</td>
 | 
			
		||||
						{{if .Committer}}
 | 
			
		||||
							<td class="text right aligned">{{TimeSince .Committer.When $.Lang}}</td>
 | 
			
		||||
						{{else}}
 | 
			
		||||
							<td class="text right aligned">{{TimeSince .Author.When $.Lang}}</td>
 | 
			
		||||
						{{end}}
 | 
			
		||||
					</tr>
 | 
			
		||||
				{{end}}
 | 
			
		||||
			</tbody>
 | 
			
		||||
 
 | 
			
		||||
@@ -30,7 +30,7 @@
 | 
			
		||||
				{{end}}
 | 
			
		||||
				</span>
 | 
			
		||||
			</th>
 | 
			
		||||
			<th class="text grey right age">{{if .LatestCommit.Author}}{{TimeSince .LatestCommit.Author.When $.Lang}}{{end}}</th>
 | 
			
		||||
			<th class="text grey right age">{{if .LatestCommit}}{{if .LatestCommit.Committer}}{{TimeSince .LatestCommit.Committer.When $.Lang}}{{end}}{{end}}</th>
 | 
			
		||||
		</tr>
 | 
			
		||||
	</thead>
 | 
			
		||||
	<tbody>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user