lib/bait/views/builds.haml in bait-0.3.0 vs lib/bait/views/builds.haml in bait-0.3.1
- old
+ new
@@ -15,9 +15,10 @@
.output
Output:
%pre= build.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