Sha256: 93812303de9e102b491e1fc2daac631f0bd70fb67e5d28ee1bf7f12672124adf

Contents?: true

Size: 145 Bytes

Versions: 16

Compression:

Stored size: 145 Bytes

Contents

%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

16 entries across 16 versions & 1 rubygems

Version Path
ilog-0.4.9 lib/ilog/templates/index/index.html.haml
ilog-0.4.8 lib/ilog/templates/index/index.html.haml
ilog-0.4.7 lib/ilog/templates/index/index.html.haml
ilog-0.4.6 lib/ilog/templates/index/index.html.haml
ilog-0.4.5 lib/ilog/templates/index/index.html.haml
ilog-0.4.4 lib/ilog/templates/index/index.html.haml
ilog-0.4.3 lib/ilog/templates/index/index.html.haml
ilog-0.4.2 lib/ilog/templates/index/index.html.haml
ilog-0.4.1 lib/ilog/templates/index/index.html.haml
ilog-0.4.0 lib/ilog/templates/index/index.html.haml
ilog-0.3.3 lib/ilog/templates/index/index.html.haml
ilog-0.3.1 lib/ilog/templates/index/index.html.haml
ilog-0.3.0 lib/ilog/templates/index/index.html.haml
ilog-0.2.2 lib/ilog/templates/index/index.html.haml
ilog-0.2.1 lib/ilog/templates/index/index.html.haml
ilog-0.2.0 lib/ilog/templates/index/index.html.haml