Sha256: 80c4ff2a2ba80e6fbbb8c5d80540902b3fbea51fe6ba62796b6c2af2112be7dc
Contents?: true
Size: 505 Bytes
Versions: 154
Compression:
Stored size: 505 Bytes
Contents
.office-actions--form = form_for oa, as: :oa do |f| .field %label Slug = f.text_field :slug .field %label Status = f.select :status, options_for_select( STATUSES, selected: oa.status ) .field %label perform_at = f.text_field :perform_at .field.flex-row %label Tmpl = f.select :office_action_template_id, options_for_select( @oats_list, selected: oa.office_action_template_id ), {}, { class: 'select2' } .actions = f.submit
Version data entries
154 entries across 154 versions & 1 rubygems