Commit a68a64cf17c0bb1ce0b31a8d95fbfd907f3f53cf

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

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