From 7167bf0737d576e18f8d23521ea10971fef065b3 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 27 Mar 2017 16:16:41 -0400 Subject: [PATCH] Add class for the list details For styling --- views/front/jobList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/front/jobList.php b/views/front/jobList.php index 969e61f..286787e 100644 --- a/views/front/jobList.php +++ b/views/front/jobList.php @@ -4,13 +4,13 @@

post_title;?>

staffords_jobs_property) : ?> -
+
staffords_jobs_property ) > 1 ) ? STAFFORDS_EMP_DEPARTMENT_PLURAL . ':' : STAFFORDS_EMP_DEPARTMENT_SINGLE . ':' ?> staffords_jobs_property);?>
staffords_jobs_category) : ?> -
+
staffords_jobs_category ) > 1 ) ? STAFFORDS_EMP_CATEGORY_PLURAL . ':' : STAFFORDS_EMP_CATEGORY_SINGLE . ':' ?> staffords_jobs_category);?>
-- 2.17.1