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