Sha256: bc716018fd9d30ba770dd4227bc18bf3a0ff32df73ec7e176ffa752147c2b0a7

Contents?: true

Size: 615 Bytes

Versions: 117

Compression:

Stored size: 615 Bytes

Contents

.secondary-navigation
  %ul
    %li{ :class => "first #{active == 'index' ? "active" : ''}"}= link_to('List', url(:nodes))
    %li{ :class => (active == 'create' ? "active" : '')}= link_to('Create', url(:new_node))
    - if active != 'create' && active != 'index'
      %li{ :class => (active == 'show' ? "active" : '')}= link_to('Show', url(:node, @node.name))
      %li{ :class => (active == 'edit' ? "active" : '')}= link_to('Edit', url(:edit_node, @node.name))
      %li= link_to('Delete', url(:node, @node.name), :method => "delete", :confirm => "Really delete node #{@node.name}? There is no undo.")
  .clear

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
chef-server-webui-10.30.4 app/views/nodes/_navigation.html.haml
chef-server-webui-10.30.2 app/views/nodes/_navigation.html.haml
chef-server-webui-10.30.2.rc.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.30.0.rc.2 app/views/nodes/_navigation.html.haml
chef-server-webui-10.30.0.rc.1 app/views/nodes/_navigation.html.haml
chef-server-webui-10.30.0.rc.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.28.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.28.0.rc.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.26.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.26.0.beta.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.24.4 app/views/nodes/_navigation.html.haml
chef-server-webui-10.24.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.24.0.rc.2 app/views/nodes/_navigation.html.haml
chef-server-webui-10.24.0.rc.1 app/views/nodes/_navigation.html.haml
chef-server-webui-10.24.0.rc.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.22.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.22.0.rc.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.20.0 app/views/nodes/_navigation.html.haml
chef-server-webui-10.18.4.rc.2 app/views/nodes/_navigation.html.haml
chef-server-webui-10.18.4.rc.1 app/views/nodes/_navigation.html.haml