From 68f86a657af7c5936fe90faaf00a495725921104 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Thu, 16 Apr 2015 17:16:45 +0300 Subject: [PATCH] Changed Add deposit to primary button --- app/views/registrar/invoices/index.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/registrar/invoices/index.haml b/app/views/registrar/invoices/index.haml index 16cdb1438..32fcd1ab0 100644 --- a/app/views/registrar/invoices/index.haml +++ b/app/views/registrar/invoices/index.haml @@ -1,6 +1,6 @@ - content_for :actions do - = link_to(t(:account_activity), registrar_account_activities_path, class: 'btn btn-default') - = link_to(t(:add_deposit), new_registrar_deposit_path, class: 'btn btn-default') + = link_to(t(:add_deposit), new_registrar_deposit_path, class: 'btn btn-primary') + = link_to(t(:account_activity), registrar_account_activities_path, class: 'btn btn-primary') = render 'shared/title', name: t(:your_account) = t(:your_current_account_balance_is,