Sha256: 89210dcac41315f7e5d9c155290475d9dd5f8a896e7b9f9720935a5f358bad24

Contents?: true

Size: 722 Bytes

Versions: 5

Compression:

Stored size: 722 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>' %>

<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

5 entries across 5 versions & 1 rubygems

Version Path
rules_engine-0.2.0 rails_generators/templates/app/views/re_plan_workflows/copy.html.erb
rules_engine-0.1.10 rails_generators/templates/app/views/re_plan_workflows/copy.html.erb
rules_engine-0.1.9 rails_generators/templates/app/views/re_plan_workflows/copy.html.erb
rules_engine-0.1.8 rails_generators/templates/app/views/re_plan_workflows/copy.html.erb
rules_engine-0.1.7 rails_generators/templates/app/views/re_plan_workflows/copy.html.erb