Sha256: 2696b6238ec64d5f76d29b44d9c3b281fe45c9b47f3a75e58b978fd960ae3b5c

Contents?: true

Size: 902 Bytes

Versions: 15

Compression:

Stored size: 902 Bytes

Contents

- @page_title = "Content"

.row-fluid
  = render :partial => "/gluttonberg/admin/content/main/sidebar"
  .span9
    .row-fluid
      %ul#iconNav

        %li
          = link_to("Pages", admin_pages_path, :id => "pagesNav" , :title => "Pages")
        - if Gluttonberg::Blog.table_exists?
          %li
            = link_to("Blogs", admin_blogs_path, :id => "blogsNav", :title => "Blogs")
        - for entry in Gluttonberg::Components.nav_entries
          -if entry[3].blank? || entry[3]==false || (entry[3]==true && session.user.is_super_admin)
            %li
              = link_to(entry[0], entry[2], :html_options => {:id => (entry[0].to_s.underscore).gsub(/\s/, '_') + "Nav" , :title => entry[0] } )
        - if Rails.configuration.flagged_content == true
          %li
            = link_to("Flagged Content", admin_flagged_contents_path, :id => "flaggedNav" , :title => "Flagged Content")

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/content/main/index.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/content/main/index.html.haml