Sha256: 6878c26193ad20a27188955b62855e9809a61467cac12fa764fa367b18fbfdc9

Contents?: true

Size: 492 Bytes

Versions: 15

Compression:

Stored size: 492 Bytes

Contents

<div class="table">
  <% if legacy_page_urls.any? %>
    <header>
      <div class="col name">
        <%= Alchemy::LegacyPageUrl.human_attribute_name(:urlname) %>
      </div>
    </header>
    <%= render partial: 'alchemy/admin/legacy_page_urls/legacy_page_url',
      collection: legacy_page_urls %>
  <% else %>
    <div class="row even">
      <div class="col"><%= Alchemy.t('No page links for this page found') %></div>
      <div class="col tools"></div>
    </div>
  <% end %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
alchemy_cms-7.4.0 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/legacy_page_urls/_table.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/legacy_page_urls/_table.html.erb