Sha256: 793183461866c435b4762faff3bdf347f9a1660711b2ce57c4b38839292d3126

Contents?: true

Size: 791 Bytes

Versions: 1

Compression:

Stored size: 791 Bytes

Contents

<div class="clear prepend-1 span-18">
  <h2 class="pipeline-new"> New Pipeline</h2>
  <div class="clear top-10"></div>
  
  <% dougo_form_for(@re_pipeline, :url => re_pipelines_path, :method => :post, :span => "3x13", :html => {:id => "pipeline_new_form"}) do |f| %>
    <%= f.error_messages :message => "Unable To Create Pipeline" %>
    <% whitebox do %>    
      <%= f.text_field(:title, :required => true) %>
      <%= f.text_field(:code, :required => true, :hint => "must be unique") %>
      <%= f.text_area(:description) %>
    
      <div class="clear"></div>
  	  <%= button_submit_green('Insert', :id => "pipeline_new_insert") %>
  	  <%= button_link_orange('Cancel', re_pipelines_path, :id => "pipeline_new_cancel") %>
    <% end %>
  <% end %>
</div>  
<div class="clear"></div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rules_engine-0.0.1 rails_generators/templates/app/views/re_pipelines/_new.html.erb