From 0785509bc4e1b486019ff40ca853c6ca3e50ebfe Mon Sep 17 00:00:00 2001 From: Rob H Date: Fri, 20 Jun 2014 17:00:36 +1000 Subject: [PATCH] Add plus icon to new order cycles button --- app/views/admin/order_cycles/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/order_cycles/index.html.haml b/app/views/admin/order_cycles/index.html.haml index 22edccf0e7..1fac06f507 100644 --- a/app/views/admin/order_cycles/index.html.haml +++ b/app/views/admin/order_cycles/index.html.haml @@ -3,7 +3,7 @@ = content_for :page_actions do %li#new_order_cycle_link - = button_link_to "New Order Cycle", main_app.new_admin_order_cycle_path, :icon => 'add', :id => 'admin_new_order_cycle_link' + = button_link_to "New Order Cycle", main_app.new_admin_order_cycle_path, :icon => 'icon-plus', :id => 'admin_new_order_cycle_link'