Sha256: 6e9d9627409dd3ecaa2b8f39de7534b12fda235f615db00451a312b499229bc4
Contents?: true
Size: 214 Bytes
Versions: 3
Compression:
Stored size: 214 Bytes
Contents
%h1 Listing books %table %tr %th ID %th Title %th Slug - books.each do |book| %tr %td= book.id %td %a{href: uri + book.id.to_s + '/edit' } = book.title.value %td= book.slug.try(:value)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
iatelier-0.5.2 | lib/iatelier/templates/books/manage.html.haml |
iatelier-0.5.1 | lib/iatelier/templates/books/manage.html.haml |
iatelier-0.5.0 | lib/iatelier/templates/books/manage.html.haml |