Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
label above text input
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McKinnon committed Apr 17, 2014
1 parent 73f57c9 commit 43c2316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/claim/_notice.html.haml
Expand Up @@ -2,7 +2,7 @@
.row.full
Enter details of when notice to leave the property was given to the defendant. See more about #{link_to 'giving notice', 'https://www.gov.uk/gaining-possession-of-a-privately-rented-property-let-on-an-assured-shorthold-tenancy#seeking-possession-under-section-21', class: 'external', rel: 'external', target: '_blank', id: 'giving-notice-link'}.

= form.text_field_row :served_by, label: 'Who served the notice, and how was it served? eg in person or by post', class: ''
= form.text_field_row :served_by, label: 'Who served the notice, and how was it served? eg in person or by post', class: 'full'

= form.date_select_field_set :date_served, 'Date notice served', class: 'date-picker', date_select_options: @date_select_options
= form.date_select_field_set :expiry_date, 'Date notice expired', class: 'date-picker', date_select_options: @date_select_options

0 comments on commit 43c2316

Please sign in to comment.