Sha256: 1ecb321a2b50aeb80edc75de2641eabfe6c06c34aabaadff2439791878cfc1b4
Contents?: true
Size: 604 Bytes
Versions: 5
Compression:
Stored size: 604 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] = link_to 'Change to rich text', url_for = f.input :message, as: :text - else = link_to 'Change to plain text', url_for(plain_text: true) = f.rich_text_area :message = f.input :message_text, as: :text, hint: 'Solo para emails, para la plain/text part' = 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
5 entries across 5 versions & 1 rubygems