Sha256: 448d65f9c198f26d759db317670bf66c2c04035ba9ed9a7c30304b118a89575b
Contents?: true
Size: 547 Bytes
Versions: 2
Compression:
Stored size: 547 Bytes
Contents
- @editing_mode = true %h1.no-line= @page_title = 'Request profile update' = simple_form_for @information_request, url: person_information_requests_path(@person) do |f| .form-group{ class: ('gov-uk-field-error' if @errors = @information_request.errors.any?) } = f.input :message, label: info_text("information_request_label#{ '_error' if @errors }"), error: false, required: false .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/information_requests/new.html.haml |
peoplefinder-0.1.0 | app/views/peoplefinder/information_requests/new.html.haml |