Sha256: b35ae0119cdab3cf7916ce5a4755a576ae2fc8b1d62b24b463dff2002e285c55

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

- @editing_mode = true
%h1.no-line= @page_title = '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 and return to profile page', person_path(@person)

Version data entries

2 entries across 2 versions & 1 rubygems

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