Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1117

Show
Ignore:
Timestamp:
04/09/05 16:01:32 (3 years ago)
Author:
david
Message:

Lots of tweaks coming

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/cia/trunk/app/views/projects/show.rhtml

    r1116 r1117  
    1717      <td><%= link_to(content_tag("b", "Failure", :style => "color: red"), :controller => "builds", :action => "show", :id => build.id) %></td> 
    1818    <% end %> 
    19     <td><%= build.created_at.to_s(:short) %></td> 
     19    <td><%= build.created_at %></td> 
    2020  </tr> 
    2121<% end %>