Sha256: a19752f8a3fc78ca5c0c0f61790b1623792e4e2f17d7ae5b216c948dec925417
Contents?: true
Size: 543 Bytes
Versions: 18
Compression:
Stored size: 543 Bytes
Contents
= effective_form_with(model: classified, url: classified.persisted? ? effective_classifieds.admin_classified_path(classified.id) : effective_classifieds.admin_classifieds_path) do |f| = f.check_box :authenticate_user, label: 'Yes, the user must be be signed in to view', hint: 'Sign up is required to register for any classified' - if EffectiveClassifieds.use_effective_roles = f.checks :roles, EffectiveRoles.roles_collection(f.object) %p.text-hint * Do not select a role to allow anyone with an account to view = f.submit
Version data entries
18 entries across 18 versions & 1 rubygems