|
|
@ -1,7 +1,8 @@
|
|
|
|
<div class="project_r_h">
|
|
|
|
<div class="project_r_h">
|
|
|
|
<h2 class="project_h2"><%= l(:label_repository_plural) %></h2>
|
|
|
|
<h2 class="project_h2"><%= l(:label_repository_plural) %></h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="contextual">
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<h3><%= l(:label_revision_plural) %></h3>
|
|
|
|
<%= form_tag(
|
|
|
|
<%= form_tag(
|
|
|
|
{:controller => 'repositories', :action => 'revision', :id => @project,
|
|
|
|
{:controller => 'repositories', :action => 'revision', :id => @project,
|
|
|
|
:repository_id => @repository.identifier_param},
|
|
|
|
:repository_id => @repository.identifier_param},
|
|
|
@ -12,7 +13,7 @@
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h3><%= l(:label_revision_plural) %></h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= render :partial => 'revisions',
|
|
|
|
<%= render :partial => 'revisions',
|
|
|
|
:locals => {:project => @project,
|
|
|
|
:locals => {:project => @project,
|
|
|
|