Sha256: 4976bd2f58fc67eb7ab75b1e35f14dc95f9a7dda4944181871d4ec151f24588a
Contents?: true
Size: 946 Bytes
Versions: 1
Compression:
Stored size: 946 Bytes
Contents
<div class="clear prepend-1 span-18"> <h2 class="pipeline-edit">Edit Pipeline Details</h2> <div class="clear top-10"></div> <% dougo_form_for(@re_pipeline, :url => re_pipeline_path(@re_pipeline), :method => :post, :span => "3x13", :html => {:id => "pipeline_edit_form"}) do |f| %> <%= f.error_messages :message => "Unable To Update Pipeline" %> <% whitebox do %> <%= f.text_field(:title, :required => true) %> <%= form_text_ext("Code", @re_pipeline.code, :span => "3x13", :hint => "<strong>NOTE :</strong> the pipeline code cannot be changed") %> <div class="clear top-5"></div> <%= f.text_area(:description) %> <div class="clear"></div> <%= button_submit_green('Update', :id => "pipeline_edit_update") %> <%= button_link_orange('Cancel', change_re_pipeline_path(@re_pipeline), :id => "pipeline_edit_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/_edit.html.erb |