Sha256: b2cb38f6e463f01ccec58c6656ede43a3491eb4cfb2c376d2624b277693913a7

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

= semantic_form_for resource do |f|
  = f.semantic_errors

  = f.inputs do
    = f.input :file, :as => :file

    .row
      .span16= f.input :remarks, :input_html => {:rows => 4, :class => 'span12'}

  = f.buttons do
    = f.commit_button

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vesr-0.11.7 app/views/esr_files/_form.html.haml
vesr-0.11.6 app/views/esr_files/_form.html.haml
vesr-0.11.5 app/views/esr_files/_form.html.haml
vesr-0.11.4 app/views/esr_files/_form.html.haml
vesr-0.11.3 app/views/esr_files/_form.html.haml
vesr-0.11.2 app/views/esr_files/_form.html.haml