edit.html.erb
5 lines
| 254 B
| text/plain
|
TextLexer
|
r8528 | <h2><%= l(:label_repository) %></h2> | ||
|
r9885 | <%= labelled_form_for :repository, @repository, :url => repository_path(@repository), :html => {:method => :put, :id => 'repository-form'} do |f| %> | ||
|
r8528 | <%= render :partial => 'form', :locals => {:f => f} %> | ||
|
r8555 | <% end %> | ||