Sha256: cd21af523a5eef8ed1fc1beccbf42f7ff5dd3712ac227774dee3eb5b5b80c417

Contents?: true

Size: 826 Bytes

Versions: 4

Compression:

Stored size: 826 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-new">New Rule</span>'.html_safe %>

<div class="prepend-1 span-20 append-1">      
	<div class="re-infobox">
		<div class="prepend-1 span-18 append-1">      
    	<%= render '/re_workflow_rules/new', :create_path => re_plan_workflow_rules_path(@re_plan, @re_workflow), 
																						:cancel_path => change_re_plan_workflow_path(@re_plan, @re_workflow) %>
    	<div class="clear"></div>
  	</div>  
		<div class="clear"></div>
	</div>  
	<div class="clear"></div>
</div>	

Version data entries

4 entries across 4 versions & 1 rubygems

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