Sha256: 6b963244d2b2ba82c724689e6f99bfc61a16371fb930cbcca15ae0a482c8f00a

Contents?: true

Size: 1.92 KB

Versions: 27

Compression:

Stored size: 1.92 KB

Contents

<li>
  <div class="sitemap_page ">
    <div class="sitemap_left_images">
      <%= render_icon(:page) %>
    </div>
    <div class="sitemap_right_tools">
      <% unless page_for_links.redirects_to_external? %>
        <%= link_to '',
          alchemy.list_admin_elements_path(page_id: page_for_links.id),
          remote: true,
          data: {
            'page-id' => page_for_links.id,
            url: @url_prefix + page_for_links.urlname
          },
          class: "show_elements_to_link",
          title: _t(:show_elements_from_page)
        %>
      <% end %>
    </div>
    <div class="page_infos">
      <span class="page_status <%= page_for_links.public ? 'public' : 'not_public' %>" title="<%= page_for_links.status_title(:public) %>"></span>
      <span class="page_status <%= page_for_links.visible ? 'visible' : 'not_visible' %>" title="<%= page_for_links.status_title(:visible) %>"></span>
      <span class="page_status <%= page_for_links.restricted ? 'restricted' : 'not_restricted' %>" title="<%= page_for_links.status_title(:restricted) %>"></span>
    </div>
    <div class="sitemap_sitename" id="sitemap_sitename_<%= page_for_links.id %>" name="<%= parse_sitemap_name(page_for_links) %>">
      <% if page_for_links.redirects_to_external? %>
        <span class="sitemap_pagename_link inactive"><%= page_for_links.name %></span>
      <% else %>
        <%= link_to(page_for_links.name, '', {
          data: {
            'page-id' => page_for_links.id,
            url: @url_prefix + page_for_links.urlname
          },
          title: _t('page_for_links.choose_page', name: page_for_links.name),
          class: "sitemap_pagename_link"
        }) %>
      <% end %>
    </div>
  </div>
  <% if page_for_links.children.present? %>
    <ul id="page_<%= page_for_links.id %>_children">
      <%= render partial: 'page_for_links', collection: page_for_links.children, locals: {area_name: @area_name} %>
    </ul>
  <% end %>
</li>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/pages/_page_for_links.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/pages/_page_for_links.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.0.4 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/pages/_page_for_links.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/admin/pages/_page_for_links.html.erb