Sha256: 489c0ea45fc00ba8b7fbd90bbd57a4aa733f2cac84a0e295002c7b7a1447bc6f

Contents?: true

Size: 779 Bytes

Versions: 10

Compression:

Stored size: 779 Bytes

Contents

%div{ :class => "menu_div active_#{menu.active} visible_#{menu.visible} fake_#{menu.fake}"}
  - if menu.fake
    %span.menu_name
      = menu.name
  - else
    - if menu.invisible_content
      %span.warning
        !
    - if menu.editable && menu.contents.empty? && menu.external_link.blank?
      %span.blank
        !   
    %span.menu_name
      = link_to menu.name, edit_url(menu.class, menu)
    %span.menu_details  
      %span.content_type
        = "#{menu.content_type} "
      %span.updated
        = menu.updated_at_view
      %span.edit_buttons
        = table_controls_edit_btn(edit_url(menu.class, menu))
        - if menu.deletable
          = table_controls_delete_btn(obj_url(menu.class, menu), btc('confirm', Menu))
        - else
          %span.blank-delete

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mokio-0.0.15 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.14 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.13 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.12 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.11 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.10 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.9 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.8 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.6 app/views/mokio/backend/menus/_menu.html.haml
mokio-0.0.5 app/views/mokio/backend/menus/_menu.html.haml