<%=h re_workflow.title %>
(<%=h re_workflow.code%>)
<% if rules_engine_editor? %>
<%= link_to("Edit", change_re_workflow_path(re_workflow), :class => "re-menu-workflow-change") %>
<% end %>
<%= link_to("View", re_workflow_path(re_workflow), :class => "re-menu-workflow-show") %>
<%=h re_workflow.description%>
<% if re_workflow_error.blank? %>
Valid
<% else %>
<%= re_workflow_error %>
<% end %>