app/views/decidim/plans/admin/plans/_bulk-actions.html.erb in decidim-plans-0.16.1 vs app/views/decidim/plans/admin/plans/_bulk-actions.html.erb in decidim-plans-0.16.2
- old
+ new
@@ -4,8 +4,12 @@
<% if allowed_to? :create, :plan %>
<%= link_to t("actions.new", scope: "decidim.plans"), new_plan_path, class: "button tiny button--simple" %>
<% end %>
+ <% if allowed_to? :export_budgets, :plans %>
+ <%= link_to t("actions.export_budgets", scope: "decidim.plans"), new_budgets_export_path, class: "button tiny button--simple" %>
+ <% end %>
+
<%= export_dropdown %>
</div>
</div>