Sha256: 5794d4e00e22eba3e79e8ed66eaa577216d402ed6424612b8496884f8f37df14
Contents?: true
Size: 1.03 KB
Versions: 9
Compression:
Stored size: 1.03 KB
Contents
<section id="features"> <div class="row"> <div class="columns"> <h3><%= t("features.title", scope: "decidim.admin") %></h3> </div> <div class="small-4 columns text-right"> <button class="dropdown button" 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_participatory_process_feature_path(type: manifest.name), class: manifest.name %></li> <% end %> </ul> </div> </div> </div> <table> <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> </section>
Version data entries
9 entries across 9 versions & 2 rubygems