版本库里面页面验证

This commit is contained in:
huang 2015-04-17 11:42:23 +08:00
parent 7e0120e029
commit 0607cf326c
1 changed files with 3 additions and 2 deletions

View File

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