##// END OF EJS Templates
Fixed argument to repository_path that triggers an error with Rails 3.2.5....
Jean-Philippe Lang -
r9578:ef01cada8b64
parent child
Show More
@@ -1,5 +1,5
1 <h2><%= l(:label_repository) %></h2>
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 <%= render :partial => 'form', :locals => {:f => f} %>
4 <%= render :partial => 'form', :locals => {:f => f} %>
5 <% end %>
5 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now