Sha256: 4ac0b854ff2ad7bb5b21d159556fca79dbb18bf62a51a5eafe95bf107a604ad4

Contents?: true

Size: 309 Bytes

Versions: 9

Compression:

Stored size: 309 Bytes

Contents

<% add_decidim_page_title(t("pages", scope: "decidim.admin.titles")) %>
<% @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

9 entries across 9 versions & 1 rubygems

Version Path
decidim-admin-0.27.9 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.9 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.5 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.26.8 app/views/decidim/admin/static_pages/index.html.erb
decidim-admin-0.27.4 app/views/decidim/admin/static_pages/index.html.erb