Add a border around season’s color icon
This is because the public design, not yet implemented here, does it too.
This commit is contained in:
parent
75f5410233
commit
1621a95fb1
|
@ -25,7 +25,7 @@
|
||||||
<td><a href="/admin/seasons/{{ .Slug }}">{{ .Name }}</a></td>
|
<td><a href="/admin/seasons/{{ .Slug }}">{{ .Name }}</a></td>
|
||||||
<td>
|
<td>
|
||||||
<svg width="20px" height="20px">
|
<svg width="20px" height="20px">
|
||||||
<circle cx="50%" cy="50%" r="50%" fill="{{ .Color }}"/>
|
<circle cx="50%" cy="50%" r="49%" fill="{{ .Color }}" stroke="#000" stroke-width=".5"/>
|
||||||
</svg>
|
</svg>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ if .Active }}{{( gettext "Yes" )}}{{ else }}{{( gettext "No" )}}{{ end }}</td>
|
<td>{{ if .Active }}{{( gettext "Yes" )}}{{ else }}{{( gettext "No" )}}{{ end }}</td>
|
||||||
|
|
Loading…
Reference in New Issue