Sha256: f34740b65df5b5d97ca5d1b718cee65ebd4eb63f373b435b9e3ea87fe3057db9
Contents?: true
Size: 485 Bytes
Versions: 11
Compression:
Stored size: 485 Bytes
Contents
<% # Allows Sitemap menu to have 'New Page' while New menu has no prefix. unless defined?(prefix) prefix = "" end %> <%= nav_link_to "#{prefix}Page", cms.new_section_page_path(target_section), class: 'add-page-button' %> <%= nav_link_to "#{prefix}Link", cms.new_section_link_path(target_section), class: 'add-section-button' %> <%= nav_link_to "#{prefix}Section", cms.new_section_path(:section_id => target_section.id), class: 'add-link-button' %> <%= divider_tag %>
Version data entries
11 entries across 11 versions & 2 rubygems