%= stylesheet_link_tag "scm" %>
<%= l(:label_latest_revision) %>:
<%= link_to @latest_revision.identifier, :action => 'revision', :id => @project, :rev => @latest_revision.identifier %>
<%= @latest_revision.author %>, <%= format_time(@latest_revision.time) %>
<%= link_to l(:label_view_revisions), :action => 'revisions', :id => @project %>