[books] Set restart and resume urls on comic book scrobbles
This commit is contained in:
@ -29,7 +29,8 @@
|
||||
<p>{{scrobbles.count}} scrobbles</p>
|
||||
{% for s in scrobbles %}
|
||||
{% if forloop.first %}
|
||||
<p><a href="{{s.logdata.bookmark_url}}">Resume</a></p>
|
||||
<p><a href="{{s.logdata.restart_url}}">Re-read</a></p>
|
||||
<p><a href="{{s.logdata.resume_url}}">Resume</a></p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user