We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de06ee6 commit de0986dCopy full SHA for de0986d
templates/admin/emails/list.tmpl
@@ -52,7 +52,7 @@
52
<td><a href="{{AppSubUrl}}/{{.Name}}">{{.Name}}</a></td>
53
<td><span class="text truncate">{{.FullName}}</span></td>
54
<td><span class="text email">{{.Email}}</span></td>
55
- <td>{{if .IsPrimary}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</td><
+ <td>{{if .IsPrimary}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</td>
56
<td>
57
{{if .CanChange}}
58
<a class="link-email-action" href data-uid="{{.UID}}"
0 commit comments