lib/iatelier/templates/books/manage.html.haml in iatelier-0.4.4 vs lib/iatelier/templates/books/manage.html.haml in iatelier-0.5.0
- old
+ new
@@ -6,7 +6,9 @@
%th Title
%th Slug
- books.each do |book|
%tr
%td= book.id
- %td= book.title.value
+ %td
+ %a{href: uri + book.id.to_s + '/edit' }
+ = book.title.value
%td= book.slug.try(:value)