diff --git a/app/views/shared/_financial_nav.html.haml b/app/views/shared/_financial_nav.html.haml index c41286ab..db6bdf79 100644 --- a/app/views/shared/_financial_nav.html.haml +++ b/app/views/shared/_financial_nav.html.haml @@ -67,7 +67,8 @@ %i.fa.fa-fw.fa-book = program - if can? :create, FundingSource - %li.divider + - if FundingSource.all.count > 0 + %li.divider %li = link_to new_funding_source_path do %i.fa.fa-plus.fa-fw diff --git a/lib/transam_accounting/version.rb b/lib/transam_accounting/version.rb index e3b9a10b..caeaf905 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.5.2" + VERSION = "2.6.0" end