##// END OF EJS Templates
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions...
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r147:776d5ce554cd
r305:ef84339003d7
Show More
show.rhtml
16 lines | 615 B | text/html+ruby | RhtmlLexer
<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' %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>