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 6666 {{range .Reviewers}}
6767 {{if .User}}
6868 <a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
69- <span class="octicon-check invisible">{{svg "octicon-check"}}</span>
69+ <span class="octicon-check gt- invisible">{{svg "octicon-check"}}</span>
7070 <span class="text">
7171 {{ctx.AvatarUtils.Avatar .User 28 "gt-mr-3"}}{{template "repo/search_name" .User}}
7272 </span>
7777 {{range .Reviewers}}
7878 {{if .Team}}
7979 <a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
80- <span class="octicon-check invisible">{{svg "octicon-check" 16}}</span>
80+ <span class="octicon-check gt- invisible">{{svg "octicon-check" 16}}</span>
8181 <span class="text">
8282 {{svg "octicon-people" 16 "gt-ml-4 gt-mr-2"}}{{$.Repository.OwnerName}}/{{.Team.Name}}
8383 </span>
You can’t perform that action at this time.
0 commit comments