Sha256: 6fead47d9f1b8786ce3f506f748eaed5edd8c49f49ad55bdd2b4b8830e513a68
Contents?: true
Size: 1.09 KB
Versions: 8
Compression:
Stored size: 1.09 KB
Contents
.sidebar .sidebar__group = link_to raw("Dashboard #{fa_icon('pie-chart')}"), c.root_path = link_to raw("Homepage #{fa_icon('home')}"), front_end_root_path .sidebar__group %p.sidebar_heading Content = link_to 'Pages', c.pages_path if C.content_sections.include?(:pages) = link_to 'Testimonials', c.testimonials_path if C.content_sections.include?(:testimonials) = link_to 'Projects', c.projects_path if C.content_sections.include?(:projects) = link_to 'Locations', c.locations_path if C.content_sections.include?(:locations) = link_to 'Blogs', c.blogs_path if C.content_sections.include?(:blogs) = link_to 'Slideshows', c.slideshows_path if C.content_sections.include?(:slideshows) = link_to 'Meet The Team', c.team_members_path if C.content_sections.include?(:team) = link_to 'Sales Highlights', c.sales_highlights_path if C.commerce = link_to 'Navigation', c.menu_items_path .sidebar__group %p.sidebar_heading Resources = link_to 'Documents', c.documents_path - if current_user.cd2admin .sidebar__group = link_to 'Users', c.users_path
Version data entries
8 entries across 8 versions & 1 rubygems