<%= stylesheet_link_tag "scm" %>

<%= l(:label_repository) %>

<%= l(:label_revision_plural) %>

<% if @latest_revision %>

<%= 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) %>

<% end %>

<%= link_to l(:label_view_revisions), :action => 'revisions', :id => @project %>

<%= l(:label_browse) %>

<%= render :partial => 'dir_list' %>