Fix link to create a new budget investment
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<% if current_user %>
|
||||
<% if current_user.level_two_or_three_verified? %>
|
||||
<%= link_to t("budgets.investments.index.sidebar.create"),
|
||||
new_budget_investment_path(@budget),
|
||||
new_budget_investment_path(current_budget),
|
||||
class: "button margin-top expanded" %>
|
||||
<% else %>
|
||||
<div class="callout warning margin-top">
|
||||
|
||||
Reference in New Issue
Block a user