Patch #11083 » issue-11083.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( |
|
4 |
:repository, @repository, |
|
5 |
:url => edit_repository_path(@repository), |
|
6 |
:html => {:method => :put} |
|
7 |
) do |f| %> |
|
4 | 8 |
<%= render :partial => 'form', :locals => {:f => f} %> |
5 | 9 |
<% end %> |
- « Previous
- 1
- 2
- Next »