From 2ec082a586cf7c2bec49ed1e2a9c600a93ab3751 Mon Sep 17 00:00:00 2001 From: Simon Hughesdon Date: Fri, 10 Jul 2020 11:11:20 +0100 Subject: [PATCH] Amend transition footer text https://trello.com/c/UmO2gpPP/305-update-govuk-site-wide-footer --- app/views/root/_base.html.erb | 4 ++-- startup.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/root/_base.html.erb b/app/views/root/_base.html.erb index b3a2cfda5..415e5d031 100644 --- a/app/views/root/_base.html.erb +++ b/app/views/root/_base.html.erb @@ -61,10 +61,10 @@
  • - Transition period: get ready for 2021 + Get ready for new rules in January 2021
  • diff --git a/startup.sh b/startup.sh index 064123d94..6d9d6cf50 100755 --- a/startup.sh +++ b/startup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash bundle install bundle exec rails s -p 3013