Sha256: ebfaee51cc7526f9750f2f29e2698b7379d81f1612bf4960f39448c53716cf9b

Contents?: true

Size: 308 Bytes

Versions: 26

Compression:

Stored size: 308 Bytes

Contents

%ul#menu
  - @list.each_with_index do |entry, index|
    %li{ class: "entry entry-#{index} #{entry[:class]}" }
      %div.left
        %span
      = link_to entry[:url] do
        %i{ class: entry[:icon] }
        %span= entry[:label]
      %div.right
        %span
      %div.shadow
        %div
  %li.clear

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.2.0 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.1.4 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.1.3 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.1.2 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.1.1 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.1.0 app/cells/locomotive/main_menu/show.html.haml