Sha256: ccd73faccb388ba522c18f49408d27ad0ad5b62e490b5fcc4b7cf961fb6e0f2d
Contents?: true
Size: 598 Bytes
Versions: 7
Compression:
Stored size: 598 Bytes
Contents
<div class="flex--cc flex-gap--1"> <%= bulk_actions_dropdown %> <div id="js-other-actions-wrapper"> <%= link_to t("actions.import", scope: "decidim.proposals", name: t("models.proposal.name", scope: "decidim.proposals.admin")), new_proposals_import_path, class: "button tiny button--simple" if allowed_to? :import, :proposals %> <% if allowed_to? :create, :proposal %> <%= link_to t("actions.new", scope: "decidim.proposals"), new_proposal_path, class: "button tiny button--simple" %> <% end %> <%= export_dropdown %> </div> <%= bulk_action_recategorize %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems