Sha256: 17960f9de6076dcb221b97e984b127cc24e305e9146124c3eb599dd655b738bb
Contents?: true
Size: 602 Bytes
Versions: 12
Compression:
Stored size: 602 Bytes
Contents
<div class="flex--cc flex-gap--1"> <div id="js-other-actions-wrapper"> <%= link_to t("actions.sections", scope: "decidim.plans"), sections_path, class: "button tiny button--simple" %> <% 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>
Version data entries
12 entries across 12 versions & 1 rubygems