app/views/para/admin/resources/edit.html.haml in para-0.5.1 vs app/views/para/admin/resources/edit.html.haml in para-0.5.3
- old
+ new
@@ -1,6 +1,4 @@
-.page-title
- %h1
- = resource_title_for(resource)
+= page_top_bar(title: resource_title_for(resource), type: 'crud/edit')
.page-content-wrap
= render find_partial_for(resource, :form)