From 9d24246300fc0390b0c9719251550d124388c1c3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 19 Jun 2018 21:21:19 +0100 Subject: Display the repository remote location on the Setup page --- app/views/setup/show.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/setup/show.html.erb b/app/views/setup/show.html.erb index 1bad240..1a88852 100644 --- a/app/views/setup/show.html.erb +++ b/app/views/setup/show.html.erb @@ -62,6 +62,11 @@ License along with the GOV.UK Mini Environment Admin. If not, see %> + + + govuk-guix will be fetched from + <%= GovukGuix::FetchRevisionJob.repository_remote_location %> + <% end %>
-- cgit v1.2.3