From ca26a4ffb1867d8e01c70ea520a9e8ea0b00aff1 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Thu, 16 Apr 2015 17:17:54 +0300 Subject: [PATCH] Account activity to default button --- app/views/registrar/invoices/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/registrar/invoices/index.haml b/app/views/registrar/invoices/index.haml index 32fcd1ab0..206f554ca 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(:add_deposit), new_registrar_deposit_path, class: 'btn btn-primary') - = link_to(t(:account_activity), registrar_account_activities_path, class: 'btn btn-primary') + = link_to(t(:account_activity), registrar_account_activities_path, class: 'btn btn-default') = render 'shared/title', name: t(:your_account) = t(:your_current_account_balance_is,