mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-11 05:46:07 +10:00
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
div.row style="margin-top:2em;"
|
|
- @books.each do |book|
|
|
div.one-item
|
|
div
|
|
a href="/books/#{book.id}"
|
|
img.cover src="#{book.image}"
|
|
p.title style="font-size:0.9em;" =book.name |