We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbdb1c commit b735f6eCopy full SHA for b735f6e
content/index.html.erb
@@ -49,7 +49,7 @@ unless cover.nil?
49
<td>
50
<p aria-label="<%= book[:rating] %>" title="<%= book[:rating] %>" style="vertical-align: middle; text-align: center;">
51
<% 10.times do |i| %>
52
- <%= star_svg(filled: i < book[:rating]) %>
+ <%= star_svg(filled: i < book[:rating], params: { size: 16 }) %>
53
<% end %>
54
</p>
55
</td>
0 commit comments