app/views/events/prices.html.haml in artfully_ose-1.0.0.rc4 vs app/views/events/prices.html.haml in artfully_ose-1.1.0.rc1

- old
+ new

@@ -21,10 +21,11 @@ %i.icon-plus-sign.icon-gray = link_to_add_fields 'Add another ticket type', f, :sections .form-actions = f.submit "Save", :class => 'btn' + = f.submit "Save & Next".html_safe, :class => 'btn btn-primary' -unless @event.shows.empty? #nag.modal .modal-header .close{'data-dismiss'=>'modal'} x @@ -34,6 +35,6 @@ Changing prices on this screen %b will not change the prices on shows you have already created. To edit pricing for existing shows, select a single show and edit pricing information for that specific show. .modal-footer - %button.btn.btn-success{'data-dismiss'=>'modal'} OK \ No newline at end of file + %button.btn.btn-success{'data-dismiss'=>'modal'} OK