fixes specs

This commit is contained in:
rgarcia
2017-01-09 14:10:07 +01:00
parent 19a79801d3
commit cc891b4f30
2 changed files with 7 additions and 4 deletions

View File

@@ -9,6 +9,9 @@
verify: link_to(t("budgets.investments.index.sidebar.verify_account"), verification_path)).html_safe %>
</div>
<% end %>
<% end %>
<% if @budget.accepting? %>
<%= render "shared/tag_cloud", taggable: 'budget/investment' %>
<%= render 'categories' %>
<% end %>