Commit d275490b086b96cca6dd520de043b306cf7a34ce
Committed by
Alessandro Palmeira
1 parent
f77e5fab
Exists in
master
and in
29 other branches
[Mezuro] changed call to action create repository in new
repository
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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> | ... | ... |