Sha256: 5e4e73d247f94794e0dc61486be4ae1c73203a191e4b8ad374647f46a98341e9

Contents?: true

Size: 585 Bytes

Versions: 8

Compression:

Stored size: 585 Bytes

Contents

.col_full.sitemap
  -box do
    %h2= "#{configatron.community_name} Sitemap"
    
    .yui-g
      .yui-g.first
        %h3 Categories
        %ul
          - @categories.each do |c|
            %li= link_to c.name, category_path(c)      
      .yui-g
        %h3= :pages.l
        %ul
          %li=link_to :home.l, '/'
          %li= link_to t('sitemaps.index.users'), users_path
          - Page.find(:all).each do |page|
            - if (logged_in? || page.page_public)
              %li= link_to page.title, pages_path(page)
          %li=link_to :log_in.l, '/login'
          

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/sitemap/index.html.haml
community_engine-2.3.1 app/views/sitemap/index.html.haml
community_engine-2.3.0 app/views/sitemap/index.html.haml
community_engine-2.1.0 app/views/sitemap/index.html.haml
community_engine-2.0.0 app/views/sitemap/index.html.haml
community_engine-2.0.0.beta3 app/views/sitemap/index.html.haml
community_engine-2.0.0.beta2 app/views/sitemap/index.html.haml
community_engine-2.0.0.beta1 app/views/sitemap/index.html.haml