Fixed plugin URL

This commit is contained in:
Anton Argirov 2015-05-27 15:03:58 +06:00
parent 2ee3cb453d
commit d230981dd7
2 changed files with 2 additions and 4 deletions

View File

@ -2,11 +2,9 @@
<%= error_messages_for 'workflow' %> <%= error_messages_for 'workflow' %>
<% form = form_for @workflow, :builder => (TabularFormBuilder rescue Redmine::Views::LabelledFormBuilder) do |f| %> <%= labelled_form_for @workflow do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %> <%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create) %>
<% end %> <% end %>
<%= form if Redmine::VERSION::MAJOR >= 2 %>
<% html_title(l(:label_custom_workflow_plural), l(:label_custom_workflow_new), l(:label_administration)) -%> <% html_title(l(:label_custom_workflow_plural), l(:label_custom_workflow_new), l(:label_administration)) -%>

View File

@ -21,7 +21,7 @@ Redmine::Plugin.register :redmine_custom_workflows do
author 'Anton Argirov' author 'Anton Argirov'
description 'Allows to create custom workflows for issues, defined in the plain Ruby language' description 'Allows to create custom workflows for issues, defined in the plain Ruby language'
version '0.1.1' version '0.1.1'
url 'http://redmine.academ.org' url 'http://www.redmine.org/plugins/custom-workflows'
menu :admin_menu, :custom_workflows, {:controller => 'custom_workflows', :action => 'index'}, :caption => :label_custom_workflow_plural menu :admin_menu, :custom_workflows, {:controller => 'custom_workflows', :action => 'index'}, :caption => :label_custom_workflow_plural