|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id, @scheme.locations.count.eql?(1) ? "1 location" : "#{@scheme.locations.count} locations")) %> |
|
|
|
|
|
|
|
|
|
<div class="govuk-grid-row"> |
|
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
|
<div class="govuk-grid-column-three-quarters-from-desktop"> |
|
|
|
|
<%= govuk_summary_list do |summary_list| %> |
|
|
|
|
<% @scheme.display_attributes.each do |attr| %> |
|
|
|
|
<% next if current_user.data_coordinator? && attr[:name] == ("Housing stock owned by") %> |
|
|
|
|