Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pabulib export format for budgets #13671

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix the country field
  • Loading branch information
ahukkanen committed Nov 15, 2024
commit 9f4a9d6a40d3c655dad440b100f51af29cc90417
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% add_decidim_page_title(t(".title", budget: translated_attribute(budget.title))) %>

Check failure on line 1 in decidim-budgets/app/views/decidim/budgets/admin/pabulib_exports/show.html.erb

View workflow job for this annotation

GitHub Actions / Check Spelling

`pabulib` is not a recognized word. (check-file-path)

<% format_link = link_to(t(".explanation_link_label_format"), "https://pabulib.org/format", target: "_blank") %>

Expand Down Expand Up @@ -32,7 +32,7 @@
<%= f.text_field :description, label: t(".fields.description.label", field: "description"), help_text: t(".fields.description.help") %>
</div>
<div class="row column">
<%= f.text_field :description, label: t(".fields.country.label", field: "country"), help_text: t(".fields.country.help") %>
<%= f.text_field :country, label: t(".fields.country.label", field: "country"), help_text: t(".fields.country.help") %>
</div>
<div class="row column">
<%= f.text_field :unit, label: t(".fields.unit.label", field: "unit"), help_text: t(".fields.unit.help") %>
Expand Down
Loading