Sha256: 12ddb5f42cdab718b23bed37ed6b80cb190f7b24cc2ba4e751089ecc0fd17040

Contents?: true

Size: 600 Bytes

Versions: 2

Compression:

Stored size: 600 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

2 entries across 2 versions & 1 rubygems

Version Path
tenon-1.0.20 app/views/tenon/shared/_main_nav.html.haml
tenon-1.0.19 app/views/tenon/shared/_main_nav.html.haml