Sha256: 99f651998e3e4b0d85fe4a79764c56e3efbc4e42f6e584442cb56a8b1e6062ce

Contents?: true

Size: 856 Bytes

Versions: 4

Compression:

Stored size: 856 Bytes

Contents

<div class="clear prepend-1 span-18">
  <h3 class="re-hdr-plan-copy"> Copy Plan : <%=h @re_plan.title %></h3>
  <div class="clear top-10"></div>
  
  <% re_form_for(@re_plan_new, :url => duplicate_re_plan_path(@re_plan), :method => :post, :span => "3x13", :html => {:id => "re_plan_copy_form"}) do |f| %>
    <%= f.error_messages :message => "Unable To Duplicated Plan" %>
    <% 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_plan_copy_duplicate") %>
  	  <%= re_button_link_orange('Cancel', change_re_plan_path(@re_plan), :id => "re_plan_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_plans/_copy.html.erb
rules_engine-0.1.9 rails_generators/templates/app/views/re_plans/_copy.html.erb
rules_engine-0.1.8 rails_generators/templates/app/views/re_plans/_copy.html.erb
rules_engine-0.1.7 rails_generators/templates/app/views/re_plans/_copy.html.erb