diff --git a/app/views/schemes/show.html.erb b/app/views/schemes/show.html.erb index dab90cd8a..0e244e9a2 100644 --- a/app/views/schemes/show.html.erb +++ b/app/views/schemes/show.html.erb @@ -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")) %>
-
+
<%= govuk_summary_list do |summary_list| %> <% @scheme.display_attributes.each do |attr| %> <% next if current_user.data_coordinator? && attr[:name] == ("Housing stock owned by") %>