app/views/comable/admin/shipment_methods/new.slim in comable_backend-0.2.3 vs app/views/comable/admin/shipment_methods/new.slim in comable_backend-0.3.0

- old
+ new

@@ -1,5 +1,17 @@ -h1 New shipment_method +#comable-shipment-method + ol.breadcrumb + li + = link_to Comable.t('admin.nav.dashboard'), comable.admin_root_path + li + = link_to Comable.t('admin.nav.shipment_method'), comable.admin_shipment_methods_path + li.active + = Comable.t('admin.actions.new') -= render 'form' + h1.page-header + = Comable.t('admin.actions.new') -= link_to 'Back', comable.admin_shipment_methods_path + .row + section.col-sm-8 + = render 'form' + + nav.col-sm-4