Project

General

Profile

Feature #1038 ยป redmine-repourl.patch

Carl Nygard, 2008-04-10 20:11

View differences:

/var/www/html/redmine/app/views/repositories/show.rhtml 2008-04-02 15:13:01.000000000 -0400
5 5
<h2><%= l(:label_repository) %> (<%= @repository.scm_name %>)</h2>
6 6

  
7 7
<% if !@entries.nil? && authorize_for('repositories', 'browse') %>
8
<h3><%= l(:label_browse) %></h3>
8
<h3><%= l(:label_browse) %> @ <%= @repository.url %></h3>
9 9
<%= render :partial => 'dir_list' %>
10 10
<% end %>
11 11

  
    (1-1/1)