|
|
@ -37,6 +37,12 @@ |
|
|
|
<% row.cell(header: true, text: "Common unit type", html_attributes: { |
|
|
|
<% row.cell(header: true, text: "Common unit type", html_attributes: { |
|
|
|
scope: "col", |
|
|
|
scope: "col", |
|
|
|
}) %> |
|
|
|
}) %> |
|
|
|
|
|
|
|
<% row.cell(header: true, text: "Mobility type", html_attributes: { |
|
|
|
|
|
|
|
scope: "col", |
|
|
|
|
|
|
|
}) %> |
|
|
|
|
|
|
|
<% row.cell(header: true, text: "Local authority", html_attributes: { |
|
|
|
|
|
|
|
scope: "col", |
|
|
|
|
|
|
|
}) %> |
|
|
|
<% row.cell(header: true, text: "Available from", html_attributes: { |
|
|
|
<% row.cell(header: true, text: "Available from", html_attributes: { |
|
|
|
scope: "col", |
|
|
|
scope: "col", |
|
|
|
}) %> |
|
|
|
}) %> |
|
|
@ -49,6 +55,8 @@ |
|
|
|
<% row.cell(text: simple_format(location_cell(location, "/schemes/#{@scheme.id}/locations/#{location.id}/edit-name"), { class: "govuk-!-font-weight-bold" }, wrapper_tag: "div")) %> |
|
|
|
<% row.cell(text: simple_format(location_cell(location, "/schemes/#{@scheme.id}/locations/#{location.id}/edit-name"), { class: "govuk-!-font-weight-bold" }, wrapper_tag: "div")) %> |
|
|
|
<% row.cell(text: location.units) %> |
|
|
|
<% row.cell(text: location.units) %> |
|
|
|
<% row.cell(text: simple_format("<span>#{location.type_of_unit}</span>")) %> |
|
|
|
<% row.cell(text: simple_format("<span>#{location.type_of_unit}</span>")) %> |
|
|
|
|
|
|
|
<% row.cell(text: location.mobility_type) %> |
|
|
|
|
|
|
|
<% row.cell(text: location.location_admin_district) %> |
|
|
|
<% row.cell(text: location.startdate&.to_formatted_s(:govuk_date)) %> |
|
|
|
<% row.cell(text: location.startdate&.to_formatted_s(:govuk_date)) %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|