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

Changeset 1116

Show
Ignore:
Timestamp:
04/09/05 16:00:45 (4 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

    r1114 r1116  
    11<h1><%= @project.name %></h1> 
    22 
    3 <% if @project.builds && @project.builds.first.running? %> 
     3<% if @project.builds.first && @project.builds.first.running? %> 
    44  <p style="text-decoration: italic">Running...</p> 
    55<% end %>