<%= 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 %> <%= export_dropdown %>