Sha256: a7eb691ca364142e41e2300fedf483a1af101be2373e137510fcfe098770ad92
Contents?: true
Size: 444 Bytes
Versions: 9
Compression:
Stored size: 444 Bytes
Contents
= pg_form_for @event, url: admin_eventos_path do |f| = f.mensajes_de_error = f.input :type, as: :select, collection: @notifier_types - if params[:plain_text] = f.input :message, as: :text - else = f.rich_text_area :message = f.input :message_text, as: :text = f.input :tooltip = f.input :subject = f.input :record_type = f.input :record_id = f.input :target = f.input :user_ids, label: 'User emails' = f.submit
Version data entries
9 entries across 9 versions & 1 rubygems