%= erb :project_header, :locals => { :project => project } %> <% if build.status == "passed" %> download <% end %> <% build.logs.each do |log| %> <%= log.file_name %> <% end %> Build <%= build.commit %> Want to see the commit? <% build.logs.each do |log| %> <%= log.file_name %> ^^ top <%= ansi_color_codes(h(log.contents)) %> <% end %>
<%= ansi_color_codes(h(log.contents)) %>