Sha256: c840c30728c6fc17c3dd5d4a496fe9f8c3e99b81a60ef2ccc6d0d5318e525611
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
- @editing_mode = true %h1.no-line 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', person_path(@person)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peoplefinder-0.0.2 | app/views/peoplefinder/information_requests/new.html.haml |