Sha256: f3ee29709dd641f3bd08b5999c08c0990cdde5bfcb2d044902d28974c7b09815

Contents?: true

Size: 414 Bytes

Versions: 41

Compression:

Stored size: 414 Bytes

Contents

= form_for @organism do |f|
  - if @organism.errors.any?
    #error_explanation
      %h2= "#{pluralize(@organism.errors.count, "error")} prohibited this organism from being saved:"
      %ul
        - @organism.errors.full_messages.each do |msg|
          %li= msg

  .field
    = f.label :title
    = f.text_field :title
  .field
    = f.label :status
    = f.text_field :status
  .actions
    = f.submit 'Save'

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
adherent-0.2.2.4 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.2.2.3 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.2.2.2 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.2.2.1 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.2.2 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.2.1 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.2.0 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.1.10 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.1.9 spec/dummy/app/views/organisms/_form.html.haml
adherent-0.1.7 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.6 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.5 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.4 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.3 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.2 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.1 test/dummy/app/views/organisms/_form.html.haml
adherent-0.1.0 test/dummy/app/views/organisms/_form.html.haml
adherent-0.0.9 test/dummy/app/views/organisms/_form.html.haml
adherent-0.0.7 test/dummy/app/views/organisms/_form.html.haml
adherent-0.0.6 test/dummy/app/views/organisms/_form.html.haml