app/views/itsf/backend/resource/base/new.html.haml in itsf_backend-1.1.6 vs app/views/itsf/backend/resource/base/new.html.haml in itsf_backend-1.1.7

- old
+ new

@@ -4,9 +4,11 @@ %div.panel-body = simple_form_for(@resource, url: collection_path) do |f| = render partial: 'form_errors', locals: { resource: f.object } = render 'form', form: f = f.button :submit, class: 'btn btn-success' + = f.button :submit_and_continue_with_edit, class: 'btn btn-success' + = f.button :submit_and_continue_with_new, class: 'btn btn-success' %div.panel-footer .well.well-sm .btn-container-right = link_to collection_path, class: 'btn btn-default btn-responsive' do \ No newline at end of file