.block#block-tables .content %h2.title Environments .inner = partial('navigation', :active => 'index') .content .inner %table.table %tr %th.first{:colspan => 2} Name %th   %th.last   - even = false; - @environment_list.sort_by {|key,value| key.downcase}.each do |env| %tr{ :class => even ? "even" : "odd" } %td{:colspan => 2}= link_to(env[0], url(:environment, env[0])) %td - if session[:environment] != env[0] = link_to('Select', url(:environment_select, env[0])) - else Select | = link_to('Edit', url(:edit_environment, env[0])) | = link_to('Delete', url(:environment, env[0]), :method => "delete", :confirm => "Really delete Environment #{env[0]}? there is no undo.") - even = (not even)