Sha256: b2054d89bcd8725210a389c856a15830dde7c26e965e4e7830a1254880a09867

Contents?: true

Size: 742 Bytes

Versions: 4

Compression:

Stored size: 742 Bytes

Contents

<% set_re_breadcrumbs link_to("All Workflows", re_workflows_path, :class => "re-bc-workflow-list"), 
											link_to("View Workflows", re_workflow_path(@re_workflow), :class => "re-bc-workflow-show"), 
											link_to("Edit Workflow", change_re_workflow_path(@re_workflow), :class => "re-bc-workflow-change"), 
											'<span class="re-bc-rule-edit">Edit Rule</span>'.html_safe %>
																	
<div class="prepend-1 span-20 append-1">      
  <div class="re-infobox">
    <%= render '/re_workflow_rules/edit', :update_path => re_workflow_rule_path(@re_workflow, @re_rule),
 											 										:cancel_path => change_re_workflow_path(@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_workflow_rules/edit.html.erb
rules_engine-0.3.2 app/views/re_workflow_rules/edit.html.erb
rules_engine-0.3.1 app/views/re_workflow_rules/edit.html.erb
rules_engine-0.3.0 app/views/re_workflow_rules/edit.html.erb