Sha256: e24a252f32e5da4f258af7fc4ba04be9d4d682ca8a115e8d6ed88bcf17739848
Contents?: true
Size: 461 Bytes
Versions: 28
Compression:
Stored size: 461 Bytes
Contents
= pg_form_for @simple_user_notifier.decorate do |f| - 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 :tooltip / = f.input :record_type / = f.input :record_id - unless @simple_user_notifier.persisted? = f.input :target = f.input :user_ids, label: 'User emails' = f.submit
Version data entries
28 entries across 28 versions & 1 rubygems