From 71320aa977bc87ec1c73a3cf268c173cd012e5c4 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sun, 2 Dec 2012 14:02:17 +1100 Subject: [PATCH] Display correct label for submit button --- app/views/admin/order_cycles/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/order_cycles/_form.html.haml b/app/views/admin/order_cycles/_form.html.haml index ce46b8fc6c..7a8179dda5 100644 --- a/app/views/admin/order_cycles/_form.html.haml +++ b/app/views/admin/order_cycles/_form.html.haml @@ -25,7 +25,7 @@ %h2 Outgoing %p TODO -= f.submit 'Create' += f.submit @order_cycle.new_record? ? 'Create' : 'Update' or = link_to 'Cancel', main_app.admin_order_cycles_path