obsolete.ChilliProject/app/views/repositories/show.rhtml

14 lines
494 B
Plaintext
Raw Normal View History

<h2><%= l(:label_repository) %></h2>
<h3><%= l(:label_browse) %></h3>
<%= render :partial => 'dir_list' %>
<% unless @changesets.empty? %>
<h3><%= l(:label_latest_revision_plural) %></h3>
<%= render :partial => 'revisions', :locals => {:project => @project, :path => '', :changesets => @changesets, :entry => nil }%>
<p><%= link_to l(:label_view_revisions), :action => 'revisions', :id => @project %></p>
<% end %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>