mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Fixed plugin URL
This commit is contained in:
parent
2ee3cb453d
commit
d230981dd7
@ -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)) -%>
|
||||||
|
|||||||
2
init.rb
2
init.rb
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user