diff options
author | Christopher Baines <mail@cbaines.net> | 2018-06-21 20:45:46 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-06-21 20:45:46 +0100 |
commit | e14f9f452347417a4cf565ce3a0b084fe479e076 (patch) | |
tree | 92ee26446f745aff870714bf0a9a8fdeab7cfffa /app/views | |
parent | d98eb528678dcd850a20dbf8eef53aaea6e07552 (diff) | |
download | govuk-mini-environment-admin-e14f9f452347417a4cf565ce3a0b084fe479e076.tar govuk-mini-environment-admin-e14f9f452347417a4cf565ce3a0b084fe479e076.tar.gz |
Fix an issue with the setup page
And add some test data to make the corresponding test more rigorous.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/setup/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/setup/show.html.erb b/app/views/setup/show.html.erb index 1a88852..c3ed3b8 100644 --- a/app/views/setup/show.html.erb +++ b/app/views/setup/show.html.erb @@ -76,7 +76,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see <a href="#" class="list-group-item disabled"> Fetching <span style="font-family: monospace;"> - <%= job["args"].first %> + <%= job[:args].first %> </span> <div class="progress pull-right" style="width: 21.2em"> |