From 23e98c22a9286c70f5b2a1d986a39187161f3ddf Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 13 Jun 2022 10:39:18 +0100 Subject: [PATCH] looks per spec --- app/views/schemes/_scheme_list.html.erb | 2 +- config/routes.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/schemes/_scheme_list.html.erb b/app/views/schemes/_scheme_list.html.erb index 963b847aa..8d6ef7a72 100644 --- a/app/views/schemes/_scheme_list.html.erb +++ b/app/views/schemes/_scheme_list.html.erb @@ -29,7 +29,7 @@ <%= table.body do |body| %> <%= body.row do |row| %> <% row.cell(text: scheme.code) %> - <% row.cell(text: simple_format(scheme_cell(scheme), {}, wrapper_tag: "div")) %> + <% row.cell(text: simple_format(scheme_cell(scheme), { class: "govuk-!-font-weight-bold" }, wrapper_tag: "div")) %> <% row.cell(text: scheme.organisation.name) %> <% row.cell(text: scheme.created_at.to_formatted_s(:govuk_date)) %> <% end %> diff --git a/config/routes.rb b/config/routes.rb index c7b3df36e..51f9a8a36 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -35,7 +35,7 @@ Rails.application.routes.draw do get "edit/password", to: "users#edit_password" end - resources :schemes, path: "/supported-housing", only: [:index] + resources :schemes, path: "/supported-housing", only: [:index, :show] resources :users do member do