Project

General

Profile

Feature #4567 » show_repository.diff

Bruno Prado, 2010-01-13 14:14

View differences:

show.rhtml (working copy)
9 9
<% end -%>
10 10
</div>
11 11

  
12
<h2><%= l(:label_repository) %> (<%= @repository.scm_name %>)</h2>
12
<h2><%= l(:label_repository) %> (<%= @repository.scm_name %>) : http://larsvn/<%= @repository.url.gsub(/(.*)\/(.*)$/, '\2') %></h2>
13 13

  
14 14
<% if !@entries.nil? && authorize_for('repositories', 'browse') %>
15 15
<%= render :partial => 'dir_list' %>
(1-1/2)