Sha256: 05a379933eba0fadd1a0c1c7d176dbc15a6cec76212fb0e65be66300adf14480

Contents?: true

Size: 262 Bytes

Versions: 4

Compression:

Stored size: 262 Bytes

Contents

%h1== New #{@model_constant.to_s.titlecase}

= simple_form_for @model_constant.new, :as => :data_set, :url => data_sets_path(:model => params[:model]), :multipart => true do |f|
  = render :partial => "form", :locals => { :f => f }
  = f.button :submit, "Create"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brick_layer-0.10.6 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.10.5 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.10.3 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.10.2 app/views/brick_layer/data_sets/new.html.haml