Patch #11083 » fix-repo-edit-view.diff
| app/views/repositories/edit.html.erb | ||
|---|---|---|
| 1 | 1 |
<h2><%= l(:label_repository) %></h2> |
| 2 | 2 | |
| 3 |
<%= labelled_form_for :repository, @repository, :url => repository_path(@path), :html => {:method => :put} do |f| %>
|
|
| 3 |
<%= labelled_form_for :repository, @repository, :url => repository_path(@repository), :html => {:method => :put} do |f| %>
|
|
| 4 | 4 |
<%= render :partial => 'form', :locals => {:f => f} %>
|
| 5 | 5 |
<% end %> |