mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 08:18:02 -04:00 
			
		
		
		
	| @@ -76,7 +76,11 @@ | |||||||
| 							<pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre> | 							<pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre> | ||||||
| 							{{end}} | 							{{end}} | ||||||
| 						</td> | 						</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> | 					</tr> | ||||||
| 				{{end}} | 				{{end}} | ||||||
| 			</tbody> | 			</tbody> | ||||||
|   | |||||||
| @@ -30,7 +30,7 @@ | |||||||
| 				{{end}} | 				{{end}} | ||||||
| 				</span> | 				</span> | ||||||
| 			</th> | 			</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> | 		</tr> | ||||||
| 	</thead> | 	</thead> | ||||||
| 	<tbody> | 	<tbody> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user