mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	added links to forks/watchers/stars in new layout header
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
			
		||||
                        <a class="ui grey button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
 | 
			
		||||
                            <i class="icon fa fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
 | 
			
		||||
                        </a>
 | 
			
		||||
					  <a class="ui basic label">
 | 
			
		||||
                        <a class="ui basic label" href="{{.RepoLink}}/watchers">
 | 
			
		||||
                            {{.NumWatches}}
 | 
			
		||||
                        </a>
 | 
			
		||||
                    </div>
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
                        <a class="ui grey button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}">
 | 
			
		||||
                            <i class="icon fa-star{{if not $.IsStaringRepo}}-o{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}}
 | 
			
		||||
                        </a>
 | 
			
		||||
					  <a class="ui basic label">
 | 
			
		||||
                        <a class="ui basic label" href="{{.RepoLink}}/stars">
 | 
			
		||||
                            {{.NumStars}}
 | 
			
		||||
                        </a>
 | 
			
		||||
                    </div>
 | 
			
		||||
@@ -34,7 +34,7 @@
 | 
			
		||||
                        <a class="ui grey button {{if eq .OwnerID $.SignedUserID}}poping up{{end}}" {{if not (eq .OwnerID $.SignedUserID)}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}>
 | 
			
		||||
                            <i class="icon octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
 | 
			
		||||
                        </a>
 | 
			
		||||
					  <a class="ui basic label">
 | 
			
		||||
                        <a class="ui basic label" href="{{.RepoLink}}/forks">
 | 
			
		||||
                            {{.NumForks}}
 | 
			
		||||
                        </a>
 | 
			
		||||
                    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user