mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	* Fix links to repositories in /user/setting/repos somehow the links gained a spurious $ in the links. Signed-off-by: Andrew Thornton <art27@cantab.net> * And fix #13359 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -284,7 +284,7 @@
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
 | 
			
		||||
				{{if and (not .IsMirror) (.Repository.UnitEnabled $.UnitTypePullRequests)}}
 | 
			
		||||
				{{if not .IsMirror}}
 | 
			
		||||
					<div class="ui divider"></div>
 | 
			
		||||
					{{$pullRequestEnabled := .Repository.UnitEnabled $.UnitTypePullRequests}}
 | 
			
		||||
					{{$prUnit := .Repository.MustGetUnit $.UnitTypePullRequests}}
 | 
			
		||||
 
 | 
			
		||||
@@ -119,7 +119,7 @@
 | 
			
		||||
									{{else}}
 | 
			
		||||
										<span class="iconFloat">{{svg "octicon-repo"}}</span>
 | 
			
		||||
									{{end}}
 | 
			
		||||
									<a class="name" href="{{AppSubUrl}}/{{$.OwnerName}}/{{.Name}}">{{$.OwnerName}}/{{.Name}}</a>
 | 
			
		||||
									<a class="name" href="{{AppSubUrl}}/{{.OwnerName}}/{{.Name}}">{{.OwnerName}}/{{.Name}}</a>
 | 
			
		||||
									<span>{{SizeFmt .Size}}</span>
 | 
			
		||||
									{{if .IsFork}}
 | 
			
		||||
										{{$.i18n.Tr "repo.forked_from"}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user