|
|
@ -11,7 +11,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<%= govuk_table do |table| %> |
|
|
|
<%= govuk_table do |table| %> |
|
|
|
<%= table.caption(classes: %w[govuk-!-font-size-19 govuk-!-font-weight-regular]) do |caption| %> |
|
|
|
<%= table.caption(classes: %w[govuk-!-font-size-19 govuk-!-font-weight-regular]) do |caption| %> |
|
|
|
<strong><%= @scheme.locations.count %></strong> <%= @scheme.locations.count.eql?(1) ? "location" : "locations" %>. |
|
|
|
<strong><%= @scheme.locations.count %></strong> <%= @scheme.locations.count.eql?(1) ? "location" : "locations" %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<%= table.head do |head| %> |
|
|
|
<%= table.head do |head| %> |
|
|
|
<%= head.row do |row| %> |
|
|
|
<%= head.row do |row| %> |
|
|
|