Sha256: a5aa0a78998c8130dcb561a995b085c3bf7bd65b8af7ef5badf5d81f2d0d2d90

Contents?: true

Size: 237 Bytes

Versions: 49

Compression:

Stored size: 237 Bytes

Contents

<% @topics.each do |topic| %>
  <%= render partial: "topic", locals: { pages: topic.pages, topic: topic } %>
<% end %>

<% if @orphan_pages.any? %>
  <%= render partial: "topic", locals: { pages: @orphan_pages, topic: nil } %>
<% end %>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
decidim-admin-0.27.3 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.7 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.5 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.2 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.1 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.4 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.0 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.3 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.0.rc2 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.0.rc1 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.2 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.1 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.0 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.0.rc2 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.0.rc1 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.25.2 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.25.1 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.25.0 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.25.0.rc4 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.25.0.rc3 app/views/decidim/admin/static_pages/index.html.erb