diff options
-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> |