6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
<!-- new repository ,new by xianbo-->
|
||
<h3><%= l(:label_repository_new_repos) %></h3>
|
||
<%= labelled_form_for :repository, @repository, :url =>project_repositories_path(@project),:html => {:id => 'repository-form'} do |f| %>
|
||
<%= render :partial => 'form_create', :locals => {:f => f} %>
|
||
|
||
<% end %> |