Skip to content

Commit

Permalink
[TTPLAT-990] Re-enable funding loader for SCAG and only show dividers…
Browse files Browse the repository at this point in the history
… in asset groups and funding programs navigation menus if the lists are populated.
  • Loading branch information
AlexAndradeCS committed Jun 5, 2019
1 parent 2df21a9 commit 7318a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/shared/_financial_nav.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7318a23

Please sign in to comment.