update the icon used to mark signed copies
This commit is contained in:
parent
8838b53e2e
commit
24f6fdeeaf
@ -142,7 +142,8 @@
|
||||
</tr>
|
||||
{{#books}}
|
||||
<tr class="tRow" id="{{rowNumber}}">
|
||||
<td class="title">{{title}}{{#signed}} <span title="Signed by the author">✔</span>︎{{/signed}}</td>
|
||||
<td class="title">{{title}}
|
||||
{{#signed}} <span class="signed" title="Signed by the author">✒</span>︎{{/signed}}</td>
|
||||
<td class="author">{{author}}</td>
|
||||
<td class="publisher">{{publisher}}</td>
|
||||
<td class="year">{{year}}</td>
|
||||
@ -165,7 +166,7 @@
|
||||
<span>{{series}}, Volume {{volume}}</span><br/>
|
||||
{{/series}}
|
||||
{{#signed}}
|
||||
<span>Signed by the author</span><br/>
|
||||
<span>Signed by the author ✒</span><br/>
|
||||
{{/signed}}
|
||||
<span>{{format}}</span>
|
||||
<div class="description">
|
||||
|
Loading…
Reference in New Issue
Block a user