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.30.4 app/views/environments/_navigation.html.haml
chef-server-webui-10.30.2 app/views/environments/_navigation.html.haml
chef-server-webui-10.30.2.rc.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.30.0.rc.2 app/views/environments/_navigation.html.haml
chef-server-webui-10.30.0.rc.1 app/views/environments/_navigation.html.haml
chef-server-webui-10.30.0.rc.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.28.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.28.0.rc.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.26.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.26.0.beta.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.24.4 app/views/environments/_navigation.html.haml
chef-server-webui-10.24.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.24.0.rc.2 app/views/environments/_navigation.html.haml
chef-server-webui-10.24.0.rc.1 app/views/environments/_navigation.html.haml
chef-server-webui-10.24.0.rc.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.22.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.22.0.rc.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.20.0 app/views/environments/_navigation.html.haml
chef-server-webui-10.18.4.rc.2 app/views/environments/_navigation.html.haml
chef-server-webui-10.18.4.rc.1 app/views/environments/_navigation.html.haml