Commit a68a64cf17c0bb1ce0b31a8d95fbfd907f3f53cf
Committed by
Alessandro Palmeira
1 parent
934d276f
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> | ... | ... |