|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
:locals => { :path => @path, :kind => 'dir', :revision => @rev } %>
|
|
|
|
|
<% if @repositories.size > 1 %>
|
|
|
|
|
<p style=" word-wrap: break-word; word-break: break-all">
|
|
|
|
|
(所有版本:<%= @repositories.sort.collect {|repo|
|
|
|
|
|
(<%= l(:label_all_revisions) %><%= @repositories.sort.collect {|repo|
|
|
|
|
|
link_to h(repo.name),
|
|
|
|
|
{:controller => 'repositories', :action => 'show',
|
|
|
|
|
:id => @project, :repository_id => repo.identifier_param, :rev => nil, :path => nil},
|
|
|
|
|