Sha256: 1c7e2eb023dfd28f247a5f92384102a6f2c510efb73c99905d266e9544bbeb44

Contents?: true

Size: 824 Bytes

Versions: 11

Compression:

Stored size: 824 Bytes

Contents

<span class="exports dropdown tiny button button--simple" data-toggle="export-dropdown"><%= t "actions.export", scope: "decidim.admin" %></span>
<div class="dropdown-pane" id="export-dropdown" data-dropdown data-position=bottom data-alignment=right data-auto-focus="true" data-close-on-click="true">
  <ul class="vertical menu add-features">
    <% feature.manifest.export_manifests.each do |manifest| %>
      <% %w{CSV JSON Excel}.each do |format| %>
        <li class="exports--format--<%= format.downcase %> exports--<%= manifest.name %>"><%= link_to t("decidim.admin.exports.export_as", name: t("decidim.#{feature.manifest.name}.admin.exports.#{manifest.name}"), export_format: format.upcase), exports_path(feature, id: manifest.name, format: format), method: :post %></li>
      <% end %>
    <% end %>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
decidim-admin-0.10.1 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.10.0 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.9.3 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.9.2 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.9.1 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.9.0 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.8.4 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.8.3 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.8.2 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.8.1 app/views/decidim/admin/exports/_dropdown.html.erb
decidim-admin-0.8.0 app/views/decidim/admin/exports/_dropdown.html.erb