Sha256: 0f7dd8c98ff471017a03fea3119dc60812d9ebd76f4e7727570046cd5e116a98
Contents?: true
Size: 878 Bytes
Versions: 8
Compression:
Stored size: 878 Bytes
Contents
- if user_signed_in? .app-bar = link_to raw("Homepage #{fa_icon('home')}"), front_end_root_path = link_to raw("Dashboard #{fa_icon('pie-chart')}"), c.root_path - if C.commerce = link_to 'Products', c.product_masters_path(q: {main_variant_status_eq: 'active'}) = link_to 'Brands', c.brands_path = link_to 'Categories', c.categories_path = link_to 'Orders', c.order_sales_path = link_to 'Customers', c.customers_path = link_to 'Enquiries', c.enquiries_path = link_to 'Pages', c.pages_path if C.content_sections.include?(:pages) = 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 'Navigation', c.menu_items_path
Version data entries
8 entries across 8 versions & 1 rubygems