Sha256: 6e59b91f71e3530682790cf88042d6ef56c3c62a0af6c898dd7e5a610032d936

Contents?: true

Size: 715 Bytes

Versions: 5

Compression:

Stored size: 715 Bytes

Contents

<table id="projectstatus" class="pane">
  <tr>
    <th align="left">Project</th>
    <th align="left">Latest Build</th>
    <th align="left">Changeset RSS</th>
  </tr>
<% @projects.each do |project| %>
  <tr>
    <td align="left"><%= link_to(project.name, {:controller => "project", :action => "view", :id => project.name}) %></td>
    <td align="left">
      <% 
        img = "/images/grey-16.gif"
        build = project.latest_build
        if(build)
          img = build.small_image
        end
      %>
      <%= tag("img", :src => img) %>
    </td>
    <td align="left"><%= link_to_image("rss.gif", :action => "changesets_rss", :id => project.name) %></td>
  </tr>
<% end %>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
damagecontrol-0.5.0.1393 app/views/project/index.rhtml
damagecontrol-0.5.0.1391 app/views/project/index.rhtml
damagecontrol-0.5.0.1392 app/views/project/index.rhtml
damagecontrol-0.5.0 app/views/project/index.rhtml
damagecontrol-0.5.0.1404 app/views/project/index.rhtml