Sha256: bedefb52db8edd150dde389aa40d78f89afc4a7b0aae17d62968b84b3ac5850b

Contents?: true

Size: 1.15 KB

Versions: 9

Compression:

Stored size: 1.15 KB

Contents

.span3
  .well.sidebar-nav
    %ul.nav.nav-list
      %li.nav-header
        Content
      %li
        = active_link_to("Pages", admin_pages_path, :title => "Pages", :class => "pages")
      - if Gluttonberg::Blog.table_exists?
        %li
          = active_link_to("Blogs", admin_blogs_path, :title => "Blogs", :class => "blog")
        %li
          = active_link_to("Comments", admin_pending_comments_path, :title => "Comments", :class => "comments", :active => /^\/admin\/comments/)

      - if Rails.configuration.enable_gallery == true
        %li
          = active_link_to("Photo Galleries", admin_galleries_path, :title => "Photo galleries", :class => "gallery")
      - for entry in Gluttonberg::Components.nav_entries
        -if entry[3].blank? || entry[3]==false || (entry[3]==true && session.user.is_super_admin)
          %li
            = active_link_to(entry[0], url_for(entry[2]),  {:id => (entry[0].to_s.underscore).gsub(/\s/, '_') + "Nav" , :title => entry[0] } )
      - if Rails.configuration.flagged_content == true
        %li
          = active_link_to("Flagged Content", admin_flagged_contents_path, :id => "flaggedNav" , :title => "Flagged Content")

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/content/main/_sidebar.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/content/main/_sidebar.html.haml