Browse Source

Change width of scheme details

pull/723/head
Paul Robert Lloyd 3 years ago
parent
commit
d43fd9dab5
  1. 2
      app/views/schemes/show.html.erb

2
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")) %>
<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") %>

Loading…
Cancel
Save