final details
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<%= investment.valuation_finished? ? t('shared.yes'): t('shared.no') %>
|
||||
</td>
|
||||
<td class="small">
|
||||
<%= options = investment_selected_link_options(investment) %>
|
||||
<% options = investment_selected_link_options(investment) %>
|
||||
<%= link_to toggle_selection_admin_budget_budget_investment_path(@budget, investment, filter: params[:filter], page: params[:page]), method: :patch, remote: true, class: options[:link_class] do %>
|
||||
<%= options[:text] %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user