Sha256: e9cfa6d0f85d2a45ab119e11a434473ab32879eafc9f547503887f09495e164a

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

- @editing_mode = true
%h1.no-line Report this profile

= simple_form_for @reported_profile, url: person_reported_profiles_path(@person) do |f|
  .form-group
    = f.input :reason_for_reporting, collection: Peoplefinder::ReportedProfile::REASONS, required: false

  .form-group
    = f.input :additional_details, label: info_text("reported_profile_additional_details_label")

  .form-group
    = f.button :submit, 'Submit'
    .cancel
      = link_to 'Cancel', person_path(@person)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
peoplefinder-0.0.2 app/views/peoplefinder/reported_profiles/new.html.haml