Skip to content

Commit

Permalink
Show job board on jobs list
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWorkman committed May 14, 2018
1 parent e1f041f commit 49e61bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions seeker/seeker/templates/includes/job_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ <h5 class="card-header">Tags</h5>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="list-unstyled mb-0">
<li>
<a href="#">JavaScript</a>
</li>
<li>
<a href="#">CSS</a>
</li>
<li>
<a href="#">Tutorials</a>
</li>
</ul>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion seeker/seeker/templates/job/job_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
<div class="media-body">
<h2 class="mt-0"><a href="{{ job.get_absolute_url }}">{{ job.title }}</a></h2>
<p>{{ job.scrape_date }}</p>
<p> {{ job.board }} | {{ job.scrape_date }}</p>
</div>
</div>
{% endfor %} {% include 'includes/pagination.html' %}
Expand Down

0 comments on commit 49e61bd

Please sign in to comment.