Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit ac3df03

Browse files
committed
Show page counts on chapter cards
1 parent 7c97286 commit ac3df03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/title.ecr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<div class="uk-card-body">
6060
<div class="uk-card-badge uk-label"><%= (percentage[i] * 100).round(1) %>%</div>
6161
<h3 class="uk-card-title break-word" data-title="<%= e.title.gsub("\"", "&quot;") %>"><%= e.title %></h3>
62+
<p><%= e.pages %> pages</p>
6263
</div>
6364
</div>
6465
</a>

0 commit comments

Comments
 (0)