6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
|
<h3><%= l(:label_repository) %></h3>
|
||
|
|
||
|
<%= labelled_form_for :repository, @repository, :url => repository_path(@repository), :html => {:method => :put, :id => 'repository-form'} do |f| %>
|
||
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
<% end %>
|