public
Fork of benburkert/cruisecontrolrb
Description: CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Homepage: http://cruisecontrolrb.thoughtworks.com/
Clone URL: git://github.com/dustin/cruisecontrolrb.git
Search Repo:
Er, I meant show the button *unless* it's disabled.
dustin (author)
Thu May 15 12:28:44 -0700 2008
commit  e6ed8c3564eb4c8fcbec40b893cfeffcda59e5fe
tree    c1f0d2bdf7f90d561efcc14ff1c325475ee8e0b1
parent  e8f79a9f74a460b9c44082badb98677024eca8c8
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@
0
   </td>
0
 
0
   <td class="builder_control">
0
- <% if Configuration.disable_build_now -%>
0
+ <% unless Configuration.disable_build_now -%>
0
       <div class="buttons">
0
         <% form_remote_tag(
0
              :url => { :action => 'build', :id => project },

Comments

    No one has commented yet.