projects
/
WP-Plugins
/
emmet-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afebfbb
)
Change output list of jobs to be full across not half
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 1 Mar 2016 19:45:22 +0000
(14:45 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 1 Mar 2016 19:45:22 +0000
(14:45 -0500)
views/front/jobList.php
patch
|
blob
|
history
diff --git
a/views/front/jobList.php
b/views/front/jobList.php
index
fc9afb1
..
c7c0b29
100644
(file)
--- a/
views/front/jobList.php
+++ b/
views/front/jobList.php
@@
-1,7
+1,7
@@
<div>
<div class="row">
<?php if ($jobs): foreach($jobs as $job) :?>
- <div class="small-12
medium-6
columns<?php if ($job->end){ echo ' end';}?>">
+ <div class="small-12 columns<?php if ($job->end){ echo ' end';}?>">
<h4><a href="<?php echo $job->href;?>"><?php echo $job->post_title;?></a></h4>
</div>
<?php endforeach; endif;?>