Sha256: 06f8fb179b326be59e01606762925a496e4e199c1344a7f5175a5c5002a73d43

Contents?: true

Size: 296 Bytes

Versions: 11

Compression:

Stored size: 296 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
        %em  
        %span= entry[:label]
      %div.right
        %span
      %div.shadow
        %div
  %li.clear

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc11 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc10 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc9 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc8 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc7 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc6 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc5 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc4 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc2 app/cells/locomotive/main_menu/show.html.haml
locomotive_cms-2.0.0.rc1 app/cells/locomotive/main_menu/show.html.haml