Sha256: 1896bb123d97f00d9f5c24b63f9461ebdf0ee36b3f15f2a84c5b98dd858f52d9

Contents?: true

Size: 732 Bytes

Versions: 4

Compression:

Stored size: 732 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-workflow-copy">copy Details</span>'.html_safe %>

<div class="prepend-1 span-22 append-1">      
  <div class="re-infobox">
    <%= render '/re_workflows/copy', :duplicate_path => duplicate_re_plan_workflow_path(@re_plan, @re_workflow), :cancel_path => change_re_plan_workflow_path(@re_plan, @re_workflow) %>
    <div class="clear top-5"></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_workflows/copy.html.erb
rules_engine-0.3.2 app/views/re_plan_workflows/copy.html.erb
rules_engine-0.3.1 app/views/re_plan_workflows/copy.html.erb
rules_engine-0.3.0 app/views/re_plan_workflows/copy.html.erb