Commit d275490b086b96cca6dd520de043b306cf7a34ce

Authored by João M. M. da Silva
Committed by Alessandro Palmeira
1 parent f77e5fab

[Mezuro] changed call to action create repository in new

repository
plugins/mezuro/views/mezuro_plugin_repository/new.html.erb
1 1 <h2><%= @project_content.name %> Project</h2>
2 2  
3   -<% form_for :repository, :url => {:action =>"create_repository", :controller => "mezuro_plugin_repository"}, :method => :get do |f| %>
  3 +<% form_for :repository, :url => {:action =>"create", :controller => "mezuro_plugin_repository"}, :method => :get do |f| %>
4 4 <%= hidden_field_tag :id, @project_content.id %>
5 5  
6 6 <p>
... ...