Sha256: 3844b90bca56a250a154a29d61a80dbf3430544d23100dbc619ccd01ee327cf4

Contents?: true

Size: 975 Bytes

Versions: 4

Compression:

Stored size: 975 Bytes

Contents

<%#= :duplicate_path => duplicate_re_plan_workflows_path(@re_plan) %>
<%#= :cancel_path => change_re_plan_path(@re_plan) %>

<div class="clear prepend-1 span-18">
  <h3 class="re-hdr-workflow-new">Copy Workflow : <%=h @re_workflow.title  %></h3>
  <div class="clear top-10"></div>
  
  <% re_form_for(@re_workflow_new, :url => duplicate_path, :method => :post, :span => "3x13", :html => {:id => "re_workflow_copy_form"}) do |f| %>
    <%= f.error_messages :message => "Unable To Duplicate Workflow" %>
    <% re_whitebox do %>    
      <%= f.text_field(:code, :required => true, :hint => "must be unique") %>
      <%= f.text_field(:title, :required => true) %>
      <%= f.text_area(:description) %>
    
      <div class="clear"></div>
  	  <%= re_button_submit_green('Duplicate', :id => "re_workflow_copy_duplicate") %>
  	  <%= re_button_link_orange('Cancel', cancel_path, :id => "re_workflow_copy_cancel") %>
    <% end %>
  <% end %>
</div>  
<div class="clear"></div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rules_engine-0.1.10 rails_generators/templates/app/views/re_workflows/_copy.html.erb
rules_engine-0.1.9 rails_generators/templates/app/views/re_workflows/_copy.html.erb
rules_engine-0.1.8 rails_generators/templates/app/views/re_workflows/_copy.html.erb
rules_engine-0.1.7 rails_generators/templates/app/views/re_workflows/_copy.html.erb