Sha256: cf0affb910d1cb466fe32feb8bcbd225a5cfad27a849c4bb712267210651a469

Contents?: true

Size: 164 Bytes

Versions: 13

Compression:

Stored size: 164 Bytes

Contents

%h1 Listing books

%table
	%tr
		%th ID
		%th Title
		%th Slug
	- books.each do |book|
		%tr
			%td= book.id
			%td= book.title.value
			%td= book.slug.try(:value)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
iatelier-0.4.4 lib/iatelier/templates/books/manage.html.haml
iatelier-0.4.3 lib/iatelier/templates/books/manage.html.haml
iatelier-0.4.2 lib/iatelier/templates/books/manage.html.haml
iatelier-0.4.1 lib/iatelier/templates/books/manage.html.haml
iatelier-0.4.0 lib/iatelier/templates/books/manage.html.haml
iatelier-0.3.2 lib/iatelier/templates/books/manage.html.haml
iatelier-0.3.1 lib/iatelier/templates/books/manage.html.haml
iatelier-0.3.0 lib/iatelier/templates/books/manage.html.haml
iatelier-0.1.8 lib/iatelier/templates/books/manage.html.haml
iatelier-0.1.7 lib/iatelier/templates/books/manage.html.haml
iatelier-0.1.5 lib/iatelier/templates/books/manage.html.haml
iatelier-0.1.4 lib/iatelier/templates/books/manage.html.haml
iatelier-0.1.3 lib/iatelier/templates/books/manage.html.haml