File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 {{if $.IsStaringRepo}}{{$buttonText = ctx.Locale.Tr "repo.unstar"}}{{end}}
55 <button type="submit" class="ui compact small basic button"{{if not $.IsSigned}} disabled{{end}} aria-label="{{$buttonText}}">
66 {{svg (Iif $.IsStaringRepo "octicon-star-fill" "octicon-star")}}
7- <span aria-hidden="true">{{$buttonText}}</span>
7+ <span class="not-mobile" aria-hidden="true">{{$buttonText}}</span>
88 </button>
99 <a hx-boost="false" class="ui basic label" href="{{$.RepoLink}}/stars">
1010 {{CountFmt .Repository.NumStars}}
Original file line number Diff line number Diff line change 44 {{if $.IsWatchingRepo}}{{$buttonText = ctx.Locale.Tr "repo.unwatch"}}{{end}}
55 <button type="submit" class="ui compact small basic button"{{if not $.IsSigned}} disabled{{end}} aria-label="{{$buttonText}}">
66 {{svg "octicon-eye"}}
7- <span aria-hidden="true">{{$buttonText}}</span>
7+ <span class="not-mobile" aria-hidden="true">{{$buttonText}}</span>
88 </button>
99 <a hx-boost="false" class="ui basic label" href="{{.RepoLink}}/watchers">
1010 {{CountFmt .Repository.NumWatches}}
You can’t perform that action at this time.
0 commit comments