Add reference_calculator
This commit is contained in:
parent
d75b881318
commit
e16f03eebf
11 changed files with 133 additions and 1 deletions
|
|
@ -9,6 +9,8 @@
|
|||
%ul.dropdown-menu
|
||||
%li= link_to t('.profile'), my_profile_path
|
||||
%li= link_to t('.ordergroup'), my_ordergroup_path
|
||||
- if BankAccount.any? && FinancialTransactionType.with_name_short.any?
|
||||
%li= link_to t('.reference_calculator'), home_reference_calculator_path
|
||||
%li= link_to t('.logout'), logout_path
|
||||
%li{class: ('disabled' if FoodsoftConfig[:homepage].blank?)}
|
||||
= link_to FoodsoftConfig[:name], FoodsoftConfig[:homepage]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue