From f3a9477ef156594ca69daaa4cff2d3201906d35e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 5 Jul 2018 12:09:09 +0100 Subject: Remove the "Job:" prefix from the panel title As it wasn't adding anything. --- app/views/shared/_jobs.html.erb | 1 - 1 file changed, 1 deletion(-) 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 %> -- cgit v1.2.3