Sha256: 2a38f6b411949864ba6e7b434b0db19daec59603ae81db6469ec7366bf913b43

Contents?: true

Size: 684 Bytes

Versions: 86

Compression:

Stored size: 684 Bytes

Contents

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

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
chef-server-webui-10.14.0.rc.1 app/views/environments/_navigation.html.haml
chef-server-webui-10.14.0.rc.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.14.0.beta.3 app/views/environments/_navigation.html.haml
chef-server-webui-10.14.0.beta.2 app/views/environments/_navigation.html.haml
chef-server-webui-10.14.0.beta.1 app/views/environments/_navigation.html.haml
chef-server-webui-10.12.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.12.0.rc.1 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.10 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.10.rc.4 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.10.rc.3 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.10.rc.2 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.10.rc.1 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.10.beta.1 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.8 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.6 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.6.rc.5 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.6.rc.4 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.6.rc.3 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.6.rc.2 app/views/environments/_navigation.html.haml
chef-server-webui-0.10.6.rc.1 app/views/environments/_navigation.html.haml