Commit df21659ebf1add3c5bd4e859bda489b0703064d3

Authored by Daniel Alves + Diego Araújo + Guilherme Rojas
Committed by Paulo Meireles
1 parent 7729ed5a

[Mezuro] Fixing repository edit form.

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 %>
... ...