Sha256: 09e68ad73d0ba5cc35403aadf4dcd3b3dbb9a743c249981b60cd6432e56d24d5

Contents?: true

Size: 648 Bytes

Versions: 4

Compression:

Stored size: 648 Bytes

Contents

<% set_re_breadcrumbs link_to("All Plans", re_plans_path, :class => "re-bc-plan-list"), 
											link_to("Edit Plan", change_re_plan_path(@re_plan), :class => "re-bc-plan-change"),
											link_to("Edit Workflow", change_re_plan_workflow_path(@re_plan, @re_workflow), :class => "re-bc-workflow-change"), 
											'<span class="re-bc-rule-help">Rule Help</span>'.html_safe %>

<div class="prepend-3 span-13 append-1">      
  <div class="re-infobox">
    <%= render '/re_workflow_rules/help', :cancel_path => change_re_plan_workflow_path(@re_plan, @re_workflow) %>
    <div class="clear"></div>
  </div>  
</div>  
<div class="clear"></div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rules_engine-0.3.3 app/views/re_plan_workflow_rules/help.html.erb
rules_engine-0.3.2 app/views/re_plan_workflow_rules/help.html.erb
rules_engine-0.3.1 app/views/re_plan_workflow_rules/help.html.erb
rules_engine-0.3.0 app/views/re_plan_workflow_rules/help.html.erb