##// END OF EJS Templates
fixed in svn browser: revisions were ignored when no author was found...
fixed in svn browser: revisions were ignored when no author was found git-svn-id: http://redmine.rubyforge.org/svn/trunk@109 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r103:bc4415850105
r106:ad02b3fb7bf9
Show More
show.rhtml
14 lines | 571 B | text/html+ruby | RhtmlLexer
<%= stylesheet_link_tag "scm" %>
<h2><%= l(:label_repository) %></h2>
<h3><%= l(:label_revision_plural) %></h3>
<% if @latest_revision %>
<p><%= l(:label_latest_revision) %>:
<%= link_to @latest_revision.identifier, :action => 'revision', :id => @project, :rev => @latest_revision.identifier %><br />
<em><%= @latest_revision.author %>, <%= format_time(@latest_revision.time) %></em></p>
<% end %>
<p><%= link_to l(:label_view_revisions), :action => 'revisions', :id => @project %></p>
<h3><%= l(:label_browse) %></h3>
<%= render :partial => 'dir_list' %>