Sha256: 892d64a3f5bbea4a940d904b78a19950966645bf905eba7d957165214f92306f
Contents?: true
Size: 963 Bytes
Versions: 4
Compression:
Stored size: 963 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.re_error_on "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