Sha256: 3d7917afb757d8a38825c7eb69e4452b0834ffe0e2a0db16db90c4c43b5ab72d

Contents?: true

Size: 1.12 KB

Versions: 28

Compression:

Stored size: 1.12 KB

Contents

<div class="card">
  <div class="card-divider">
    <h2 class="card-title">
      <%= t("components.title", scope: "decidim.admin") %>
      <button class="dropdown tiny button button--title" data-toggle="add-component-dropdown"><%= t "components.index.add", scope: "decidim.admin" %></button>
      <div class="dropdown-pane" id="add-component-dropdown" data-dropdown data-auto-focus="true" data-close-on-click="true">
        <ul class="vertical menu add-components">
          <% @manifests.each do |manifest| %>
            <li><%= link_to t("#{manifest.name}.name", scope: "decidim.components"), new_component_path(type: manifest.name), class: manifest.name %></li>
          <% end %>
        </ul>
      </div>
    </h2>
  </div>

  <div class="card-section">
    <div class="table-scroll">
      <table class="table-list">
        <thead>
          <th><%= t(".headers.name") %></th>
          <th><%= t(".headers.type") %></th>
          <th><%= t(".headers.actions") %></th>
        </thead>

        <tbody>
          <%= render partial: "component", collection: @components %>
        </tbody>
      </table>
    </div>
  </div>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
decidim-admin-0.20.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.20.0 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.19.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.18.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.19.0 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.17.2 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.18.0 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.17.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.16.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.17.0 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.16.0 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.15.2 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.15.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.15.0 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.14.4 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.14.3 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.14.2 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.14.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.13.1 app/views/decidim/admin/components/index.html.erb
decidim-admin-0.12.2 app/views/decidim/admin/components/index.html.erb