Listing Builds %ul - @builds.each do |build| %li.build %hr .name= build.name %a.clone_url{href:build.clone_url}= build.clone_url .ref= build.ref .status Status: - if build.tested? = build.passed? ? "Passed!" : "Failed!" - else Queued %pre.output= build.html_output .actions %a{href:"/build/remove/#{build.id}"} Remove %a{href:"/build/retest/#{build.id}"} Retest %hr .manual_clone To clone manually without waiting for a post-receive hook, enter the following and hit submit %form{ :action => "/build/create", :method => "post"} %fieldset %ol %li %label{:for => "clone_url"} clone_url: %input{:type => "text", :name => "clone_url", :class => "text"} %input{:type => "submit", :value => "Go", :class => "button"}