Report generation. Download csv
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
</div>
|
||||
|
||||
<div class="small-12 medium-9 large-10 column">
|
||||
|
||||
<%= link_to t("shared.download.link.investments"), current_path_with_query_params(format: :csv),
|
||||
class: "button hollow margin-bottom margin-right float-right-medium" %>
|
||||
|
||||
<%= form_tag(budget_executions_path(@budget), method: :get) do %>
|
||||
<div class="small-12 medium-3 column">
|
||||
<%= label_tag :milestone_tag, t("budgets.executions.filters.milestone_tag.label") %>
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
data: {"toggle-selector" => ".js-discarded",
|
||||
"toggle-text" => t("budgets.results.hide_discarded_link")} %>
|
||||
|
||||
<%= link_to t("shared.download.link.investments"), current_path_with_query_params(format: :csv),
|
||||
class: "button hollow margin-bottom margin-right float-right-medium" %>
|
||||
|
||||
<%= render "results_table", results_type: :compatible,
|
||||
title: @heading.name,
|
||||
heading_price: @heading.price,
|
||||
|
||||
Reference in New Issue
Block a user