diff --git a/plugins/mezuro/views/mezuro_plugin_repository/edit.html.erb b/plugins/mezuro/views/mezuro_plugin_repository/edit.html.erb index 0bc4b07..0b483e6 100644 --- a/plugins/mezuro/views/mezuro_plugin_repository/edit.html.erb +++ b/plugins/mezuro/views/mezuro_plugin_repository/edit.html.erb @@ -2,5 +2,6 @@

<%= link_to("#{@project_content.name} Project", @project_content.view_url) %>

<% form_for :repository, :url => {:action =>"save", :controller => "mezuro_plugin_repository"}, :method => :get do |f| %> + <%= f.hidden_field :id %> <%= render :partial => "form", :locals => {:f => f} %> <% end %> -- libgit2 0.21.2