From a68a64cf17c0bb1ce0b31a8d95fbfd907f3f53cf Mon Sep 17 00:00:00 2001 From: João M. M. da Silva Date: Thu, 29 Nov 2012 15:38:58 -0200 Subject: [PATCH] [Mezuro] changed call to action create repository in new repository --- plugins/mezuro/views/mezuro_plugin_repository/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mezuro/views/mezuro_plugin_repository/new.html.erb b/plugins/mezuro/views/mezuro_plugin_repository/new.html.erb index 1e5cfc5..16490b9 100644 --- a/plugins/mezuro/views/mezuro_plugin_repository/new.html.erb +++ b/plugins/mezuro/views/mezuro_plugin_repository/new.html.erb @@ -1,6 +1,6 @@

<%= @project_content.name %> Project

-<% form_for :repository, :url => {:action =>"create_repository", :controller => "mezuro_plugin_repository"}, :method => :get do |f| %> +<% form_for :repository, :url => {:action =>"create", :controller => "mezuro_plugin_repository"}, :method => :get do |f| %> <%= hidden_field_tag :id, @project_content.id %>

-- libgit2 0.21.2