Feature #4567 » show_repository.diff
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' %> |