mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	templates/repo/view: fix bad link
This commit is contained in:
		
							parent
							
								
									48a0b5b026
								
							
						
					
					
						commit
						22e14a0a67
					
				@ -44,7 +44,7 @@
 | 
			
		||||
					</td>
 | 
			
		||||
				{{end}}
 | 
			
		||||
				<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}}
 | 
			
		||||
				</td>
 | 
			
		||||
				<td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user