Sha256: 64781647e0d8656f8405c9fef091ffe4f8cf19350370956c6222d8a7b6be34e9
Contents?: true
Size: 990 Bytes
Versions: 42
Compression:
Stored size: 990 Bytes
Contents
.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)
Version data entries
42 entries across 42 versions & 1 rubygems