版本库里面页面验证
This commit is contained in:
parent
7e0120e029
commit
0607cf326c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue