Merge pull request #3410 from LextrendIT/report_generation

Report generation, download CSV
This commit is contained in:
Raimond Garcia
2019-06-12 11:45:59 +02:00
committed by GitHub
63 changed files with 1528 additions and 40 deletions

View File

@@ -1,6 +1,4 @@
<%= link_to t("admin.budget_investments.index.download_current_selection"),
admin_budget_budget_investments_path(csv_params),
class: "float-right small clear" %>
<a class="small float-right clear" data-open="download-modal"><%= t("admin.budget_investments.index.download_current_selection") %></a>
<% if params[:advanced_filters].include?("winners") %>
@@ -72,3 +70,5 @@
<%= t("admin.budget_investments.index.no_budget_investments") %>
</div>
<% end %>
<%= render "admin/download_settings/modal", resource: { name: "budget_investments" } %>