File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 {{range .Reviewers}}
6565 {{if .User}}
6666 <a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
67- <span class="octicon-check invisible">{{svg "octicon-check"}}</span>
67+ <span class="octicon-check gt- invisible">{{svg "octicon-check"}}</span>
6868 <span class="text">
6969 {{ctx.AvatarUtils.Avatar .User 28 "gt-mr-3"}}{{template "repo/search_name" .User}}
7070 </span>
7575 {{range .Reviewers}}
7676 {{if .Team}}
7777 <a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
78- <span class="octicon-check invisible">{{svg "octicon-check" 16}}</span>
78+ <span class="octicon-check gt- invisible">{{svg "octicon-check" 16}}</span>
7979 <span class="text">
8080 {{svg "octicon-people" 16 "gt-ml-4 gt-mr-2"}}{{$.Repository.OwnerName}}/{{.Team.Name}}
8181 </span>
You can’t perform that action at this time.
0 commit comments