Sha256: 15671ef1ca93b98b53f42716f86d092e6e80a28b8dea9218517fd6ae6cedcf10
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
# frozen_string_literal: true if SolidusContactUs::Config.link_on_header Deface::Override.new(virtual_path: 'spree/shared/_nav_bar', name: 'contact_us_in_header', insert_bottom: 'nav#top-nav-bar ul#nav-bar:first-child', text: "<li class='<%= (request.fullpath.gsub('//','/') == '/contact-us') ? 'active' : ''%>'><%= link_to t('spree.contact_us_title'), '/contact-us' %></li>") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_contact_us-1.0.0 | app/overrides/add_contact_us_on_header.rb |