Sha256: 2801c44e88f8f1b1744fae6b4dc8a79fe2854a4736ef67517789437957ba03bb

Contents?: true

Size: 599 Bytes

Versions: 4

Compression:

Stored size: 599 Bytes

Contents

.nav-holder
  %nav.main-nav
    %ul
      = nav_item 'Home', root_path, 'dashboard'
      = nav_item 'Asset Library', assets_path, 'picture-o'
      = nav_item 'Comments', comments_path, 'comment'
      = nav_item 'Pages', pages_path, 'file'
      = nav_item 'Posts', posts_path, 'file-text', active: ['post_categories'].include?(controller_name)
      = nav_item 'Users', users_path, 'user'
      = nav_item 'Events', events_path, 'calendar'
      = nav_item 'Galleries', galleries_path, 'th'
      = nav_item 'Contacts', contacts_path, 'envelope'
      = nav_item 'Settings', settings_path, 'gear'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tenon-1.0.18 app/views/tenon/shared/_main_nav.html.haml
tenon-1.0.17 app/views/tenon/shared/_main_nav.html.haml
tenon-1.0.16 app/views/tenon/shared/_main_nav.html.haml
tenon-1.0.15 app/views/tenon/shared/_main_nav.html.haml