lib/generators/dry_crud/templates/app/views/crud/show.html.haml in dry_crud-1.7.0 vs lib/generators/dry_crud/templates/app/views/crud/show.html.haml in dry_crud-2.0.0
- old
+ new
@@ -1,5 +1,5 @@
-- @title ||= ti(:title, :model => full_entry_label).html_safe
+- @title ||= ti(:title, model: full_entry_label).html_safe
- content_for(:actions, render('actions_show'))
= render 'attrs'