Sha256: 37e20a0b6ee35a9143086c90a2696d00495425526af13772f935c8a0d23c7a3f

Contents?: true

Size: 380 Bytes

Versions: 11

Compression:

Stored size: 380 Bytes

Contents

%h1== Edit  #{@model_constant.to_s.titlecase} '#{@data_set.to_s}'

= simple_form_for @model_constant.find(@data_set.id), :as => :data_set, :url => data_set_path(:model => params[:model], :id => @data_set.id), :multipart => true, :method => :put do |f|
  = render :partial => "form", :locals => { :f => f }
  = f.button :submit, "Update"
   | 
  = link_to "Cancel", :back

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
brick_layer-0.10.6 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.10.5 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.10.3 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.10.2 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.10.1 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.10.0 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.9.6 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.9.4 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.9.2 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.9.1 app/views/brick_layer/data_sets/edit.html.haml
brick_layer-0.9.0 app/views/brick_layer/data_sets/edit.html.haml