diff options
author | Christopher Baines <mail@cbaines.net> | 2018-07-05 12:08:57 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-07-05 12:08:57 +0100 |
commit | 934e4e7b5d7592bd41e12b54c7c66a766d6a777c (patch) | |
tree | 2619de3e949a3be2bcf7f3a1e76a447cdd22be22 | |
parent | 97395d7e9aa3cc1c615a89ad0cd45a26eccc0a61 (diff) | |
download | govuk-mini-environment-admin-934e4e7b5d7592bd41e12b54c7c66a766d6a777c.tar govuk-mini-environment-admin-934e4e7b5d7592bd41e12b54c7c66a766d6a777c.tar.gz |
Fix the accordion behaviour of the jobs partial
-rw-r--r-- | app/views/shared/_jobs.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_jobs.html.erb b/app/views/shared/_jobs.html.erb index 951fa06..7c981f2 100644 --- a/app/views/shared/_jobs.html.erb +++ b/app/views/shared/_jobs.html.erb @@ -14,7 +14,7 @@ <h4 class="panel-title"> <a role="button" data-toggle="collapse" - data-parent="#accordion" + data-parent="#jobs" title="Job id: <%= job.id %>" href="#job_<%= job.id %>" aria-expanded="true" |