Sha256: 00ddec2d82abc25b47047c49ec57a59cfcaedcd970739c8a5a99462fcc65c92d
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
= pg_form_for @event, url: admin_eventos_path do |f| = f.mensajes_de_error = f.input :type, as: :select, collection: ApplicationNotifier.descendants.map(&:to_s) - if params[:plain_text] = f.input :message, as: :text - else = f.rich_text_area :message = f.input :tooltip = f.input :record_type = f.input :record_id = f.input :target = f.submit
Version data entries
3 entries across 3 versions & 1 rubygems