Sha256: 4c348ff1be578060a221dc4cf3b515c0587648356436c366066db2b81720b73c

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

<ul>
    <li>
        <h2><a href="<%= current_site.the_url %>"><%= current_site.the_title %></a></h2>
    </li>
    <% current_site.post_types.decorate.each do |ptype| %>
        <li>
            <h3><a href="<%= ptype.the_url %>"><%= ptype.the_title %></a></h3>
            <% if ptype.manage_categories? %>
                <%= raw(cama_sitemap_cats_generator(ptype.the_categories)) %>
            <% else %>
                <ul>
                    <% ptype.the_posts.decorate.each do |post| %>
                        <li><a href='<%= post.the_url %>'><%= post.the_title %></a></li>
                    <% end %>
                </ul>
            <% end %>
        </li>
    <% end %>
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
camaleon_cms-1.0.6 app/views/default_theme/sitemap.html.erb