Commit df21659ebf1add3c5bd4e859bda489b0703064d3
Committed by
Paulo Meireles
1 parent
7729ed5a
Exists in
master
and in
29 other branches
[Mezuro] Fixing repository edit form.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_repository/edit.html.erb
... | ... | @@ -2,5 +2,6 @@ |
2 | 2 | |
3 | 3 | <h2><%= link_to("#{@project_content.name} Project", @project_content.view_url) %></h2> |
4 | 4 | <% form_for :repository, :url => {:action =>"save", :controller => "mezuro_plugin_repository"}, :method => :get do |f| %> |
5 | + <%= f.hidden_field :id %> | |
5 | 6 | <%= render :partial => "form", :locals => {:f => f} %> |
6 | 7 | <% end %> | ... | ... |