app/views/oxen/accounts/_account.html.haml in oxen_account-0.2.9 vs app/views/oxen/accounts/_account.html.haml in oxen_account-0.3.0

- old
+ new

@@ -1,4 +1,5 @@ -%tr{ id: "tr-#{resource.id}"} +%tr{ id: "tr-#{resource_class}-#{resource.id}"} %td= link_to resource.name, resource %td= show_resource_active resource + %td= show_print_servers resource %td= show_resource_delete_icon resource, '/admin/accounts'