summaryrefslogtreecommitdiff
path: root/job_portal.module
diff options
context:
space:
mode:
authorJayaram R Pai2014-07-08 11:51:46 +0530
committerJayaram R Pai2014-07-08 11:51:46 +0530
commit24927e8afce92ba61241b54eefd6e6eb0fcf5ad7 (patch)
tree86fb670888482b488ce8a8ea41b47876f003ed8e /job_portal.module
parenta15bff01a9627af8f779041c73ba1a0d5419e4c7 (diff)
downloadjob_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.module2
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);