mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Fixed typo
This commit is contained in:
parent
eab90b312f
commit
540319bbc8
@ -92,7 +92,7 @@
|
||||
<% end %>
|
||||
<%= render :layout => 'layouts/collapsible',
|
||||
:locals => {
|
||||
:collapsed => (not (@workflow.before_destroy.present? or @workflow.before_destroy.present?)),
|
||||
:collapsed => (not (@workflow.before_destroy.present? or @workflow.after_destroy.present?)),
|
||||
:label => l(:label_destroy_workflows)} do %>
|
||||
<div class="splitcontent">
|
||||
<div class="splitcontentleft">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user