diff options
author | Jayaram R Pai | 2014-07-08 11:51:46 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-08 11:51:46 +0530 |
commit | 24927e8afce92ba61241b54eefd6e6eb0fcf5ad7 (patch) | |
tree | 86fb670888482b488ce8a8ea41b47876f003ed8e /job_portal.module | |
parent | a15bff01a9627af8f779041c73ba1a0d5419e4c7 (diff) | |
download | job_portal-24927e8afce92ba61241b54eefd6e6eb0fcf5ad7.tar.gz job_portal-24927e8afce92ba61241b54eefd6e6eb0fcf5ad7.tar.bz2 job_portal-24927e8afce92ba61241b54eefd6e6eb0fcf5ad7.zip |
fixed broken apply link
Diffstat (limited to 'job_portal.module')
-rw-r--r-- | job_portal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job_portal.module b/job_portal.module index acc1d1f..2e3debd 100644 --- a/job_portal.module +++ b/job_portal.module @@ -172,7 +172,7 @@ <strong>Job Responsibilities</strong>: {$row->responsibilities} <strong>Location</strong>: {$row->location}<br><br> "; - $collapser_content .= l("Apply Now", "/jobs/apply" , array("attributes" => array("class" => "btn btn-success"))); + $collapser_content .= l("Apply Now", "jobs/apply" , array("attributes" => array("class" => "btn btn-success"))); } $description = collapser($collapser_header, $collapser_content); |