From d275490b086b96cca6dd520de043b306cf7a34ce 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