diff options
author | Christopher Baines <mail@cbaines.net> | 2018-06-19 21:21:19 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-06-19 21:21:19 +0100 |
commit | 9d24246300fc0390b0c9719251550d124388c1c3 (patch) | |
tree | 8a2e23e39c3114bce01115b6691c54625cd18b1c | |
parent | ed4ef0f9c9d5093a9996b9a9073a7cbd903112e2 (diff) | |
download | govuk-mini-environment-admin-9d24246300fc0390b0c9719251550d124388c1c3.tar govuk-mini-environment-admin-9d24246300fc0390b0c9719251550d124388c1c3.tar.gz |
Display the repository remote location on the Setup page
-rw-r--r-- | app/views/setup/show.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
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 %> </span> </div> + + <span class="help-block"> + govuk-guix will be fetched from + <%= GovukGuix::FetchRevisionJob.repository_remote_location %> + </span> <% end %> <br> |