You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
382 B
10 lines
382 B
<div class="chapterButton">
|
|
<a hx-get="/chapter/<%=scanlator %>/<%=encodeURIComponent(chapter.link)%> /<%= title %>/<%= chapter.num %>" hx-trigger="click" hx-target="#container" hx-indicator=".progress">
|
|
<h4 class="chapterNum">
|
|
Chapter <%= chapter.num %>
|
|
</h4>
|
|
<h5 class="date">
|
|
<%= chapter.date %>
|
|
</h5>
|
|
</a>
|
|
</div> |