Sha256: 2118adb0f38f3ba298f17cabc7273344d744fdff8e09dd60b840cec8a38d2b4a
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
<ul class="dropdown-menu" id="<%= id %>"> <% if library %> <%= nav_link_to "Text", cms.content_library_path %> <%= divider_tag %> <% end %> <% modules = Cms::ContentType.available_by_module modules.keys.sort.each_with_index do |module_name, i| %> <%= divider_tag(i) %> <% modules[module_name].each do |type| %> <%= nav_link_to h(type.menu_name), engine_aware_path(type) %> <% end -%> <% end %> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
browsercms-artirix-4.0.4 | app/views/layouts/cms/_content_types.html.erb |
browsercms-artirix-4.0.3.3 | app/views/layouts/cms/_content_types.html.erb |