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 f3d3675 commit df03343Copy full SHA for df03343
content/index.html.erb
@@ -16,7 +16,7 @@ unless books.empty?
16
unless cover.nil?
17
%>
18
19
- <img src="<%= cover.path(rep: :medium) %>" width="<%= cover["width_medium"] %>" class="book-cover-card">
+ <a href="<%= book.path %>"><img src="<%= cover.path(rep: :medium) %>" width="<%= cover["width_medium"] %>" class="book-cover-card"></a>
20
<% end %>
21
<div class="book-info"title="<%= "#{book[:title]} de #{book[:author]}"%>">
22
<div class="book-header">
0 commit comments