aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-07-05 12:09:09 +0100
committerChristopher Baines <mail@cbaines.net>2018-07-05 12:09:29 +0100
commitf3a9477ef156594ca69daaa4cff2d3201906d35e (patch)
treecb1c9cbc2b9f89ffffe541f25aa76019610b4083
parent934e4e7b5d7592bd41e12b54c7c66a766d6a777c (diff)
downloadgovuk-mini-environment-admin-f3a9477ef156594ca69daaa4cff2d3201906d35e.tar
govuk-mini-environment-admin-f3a9477ef156594ca69daaa4cff2d3201906d35e.tar.gz
Remove the "Job:" prefix from the panel title
As it wasn't adding anything.
-rw-r--r--app/views/shared/_jobs.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/_jobs.html.erb b/app/views/shared/_jobs.html.erb
index 7c981f2..676674c 100644
--- a/app/views/shared/_jobs.html.erb
+++ b/app/views/shared/_jobs.html.erb
@@ -20,7 +20,6 @@
aria-expanded="true"
aria-controls="job_<%= job.id %>"
>
- Job:
<%= job.job_class.constantize.try(:job_title, job) || job.job_class %>
<span class="caret"></span>
</a>