Files
Libr/app/views/shared/_booklist.html.slim
2013-01-23 11:37:15 +08:00

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