Sha256: 6122e864617137d70c451ba600094e81d46f7da33c6f1d4f20e2b90357e3be8a

Contents?: true

Size: 1.1 KB

Versions: 40

Compression:

Stored size: 1.1 KB

Contents

<div class="card">
  <div class="card-divider">
    <h2 class="card-title">
      <%= t("features.title", scope: "decidim.admin") %>
      <button class="dropdown tiny button button--title" data-toggle="add-feature-dropdown"><%= t "features.index.add", scope: "decidim.admin" %></button>
      <div class="dropdown-pane" id="add-feature-dropdown" data-dropdown data-auto-focus="true" data-close-on-click="true">
        <ul class="vertical menu add-features">
          <% @manifests.each do |manifest| %>
            <li><%= link_to t("#{manifest.name}.name", scope: "decidim.features"), new_feature_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: "feature", collection: @features %>
        </tbody>
      </table>
    </div>
  </div>
</div>

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
decidim-admin-0.10.1 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.10.0 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.9.3 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.9.2 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.9.1 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.9.0 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.8.4 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.8.3 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.8.2 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.8.1 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.8.0 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.7.4 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.7.3 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.7.2 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.7.1 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.7.0 app/views/decidim/admin/features/index.html.erb
decidim-admin-0.6.8 app/views/decidim/admin/features/index.html.erb
decidim-0.6.8 decidim-admin/app/views/decidim/admin/features/index.html.erb
decidim-admin-0.6.7 app/views/decidim/admin/features/index.html.erb
decidim-0.6.7 decidim-admin/app/views/decidim/admin/features/index.html.erb