File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9090 {{end}}
9191 >
9292 {{svg "octicon-repo-forked"}}<span class="text not-mobile">{{ctx.Locale.Tr "repo.fork"}}</span>
93+ <span class="ui small label">{{CountFmt .NumForks}}</span>
9394 </a>
9495 <a class="ui basic label" href="{{.Link}}/forks">
95- {{CountFmt .NumForks }}
96+ {{svg "octicon-triangle-down" }}
9697 </a>
9798 </div>
9899 <div class="ui small modal" id="fork-repo-modal">
Original file line number Diff line number Diff line change 55 <button type="submit" class="ui compact small basic button"{{if not $.IsSigned}} disabled{{end}} aria-label="{{$buttonText}}">
66 {{svg "octicon-eye"}}
77 <span aria-hidden="true">{{$buttonText}}</span>
8+ <span class="ui small label">{{CountFmt .Repository.NumWatches}}</span>
89 </button>
910 <a hx-boost="false" class="ui basic label" href="{{.RepoLink}}/watchers">
10- {{CountFmt .Repository.NumWatches }}
11+ {{svg "octicon-triangle-down" }}
1112 </a>
1213 </div>
1314</form>
You can’t perform that action at this time.
0 commit comments