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 4
4
{{if $.IsStaringRepo}}{{$buttonText = ctx.Locale.Tr "repo.unstar"}}{{end}}
5
5
<button type="submit" class="ui compact small basic button"{{if not $.IsSigned}} disabled{{end}} aria-label="{{$buttonText}}">
6
6
{{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>
8
8
</button>
9
9
<a hx-boost="false" class="ui basic label" href="{{$.RepoLink}}/stars">
10
10
{{CountFmt .Repository.NumStars}}
Original file line number Diff line number Diff line change 4
4
{{if $.IsWatchingRepo}}{{$buttonText = ctx.Locale.Tr "repo.unwatch"}}{{end}}
5
5
<button type="submit" class="ui compact small basic button"{{if not $.IsSigned}} disabled{{end}} aria-label="{{$buttonText}}">
6
6
{{svg "octicon-eye"}}
7
- <span aria-hidden="true">{{$buttonText}}</span>
7
+ <span class="not-mobile" aria-hidden="true">{{$buttonText}}</span>
8
8
</button>
9
9
<a hx-boost="false" class="ui basic label" href="{{.RepoLink}}/watchers">
10
10
{{CountFmt .Repository.NumWatches}}
You can’t perform that action at this time.
0 commit comments