Sha256: fa49d2545c978c54bca69eb82952c242cedbe6452807769cb47a12451f262013
Contents?: true
Size: 976 Bytes
Versions: 1
Compression:
Stored size: 976 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_copy, :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rules_engine-0.2.0 | rails_generators/templates/app/views/re_workflows/_copy.html.erb |