mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	templates/repo/view: fix bad link
This commit is contained in:
		@@ -44,7 +44,7 @@
 | 
				
			|||||||
					</td>
 | 
										</td>
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
				<td class="message collapsing has-emoji">
 | 
									<td class="message collapsing has-emoji">
 | 
				
			||||||
					<a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{$commit.ID}}">{{ShortSha $commit.ID.String}}</a>
 | 
										<a rel="nofollow" class="ui sha label" href="{{$.RepoLink}}/commit/{{$commit.ID}}">{{ShortSha $commit.ID.String}}</a>
 | 
				
			||||||
					{{RenderCommitMessage false $commit.Summary $.RepoLink $.Repository.ComposeMetas}}
 | 
										{{RenderCommitMessage false $commit.Summary $.RepoLink $.Repository.ComposeMetas}}
 | 
				
			||||||
				</td>
 | 
									</td>
 | 
				
			||||||
				<td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
 | 
									<td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user