Sha256: 379a30727ac16d471a47f25ed5279cd06ea6125ceeacc4b9f87b9e034004c544

Contents?: true

Size: 633 Bytes

Versions: 26

Compression:

Stored size: 633 Bytes

Contents

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

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
chef-server-webui-0.9.12 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.10 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.10.rc.3 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.10.rc.2 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.10.rc.1 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.10.rc.0 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.8 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.8.rc.0 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.8.beta.2 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.8.beta.1 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.6 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.4 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.2 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0.rc02 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0.rc01 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0.b02 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0.b01 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0.a92 app/views/clients/_navigation.html.haml
chef-server-webui-0.9.0.a91 app/views/clients/_navigation.html.haml