Some jobs tweaks.

master
Nick Sergeant 2013-09-06 10:42:38 -04:00
parent daea04d9d8
commit ee1f284f23
7 changed files with 12 additions and 5 deletions

View File

@ -38,6 +38,7 @@
<ul>
<li ng-repeat="job in filteredJobs|startFrom:currentPage * pageSize|limitTo:pageSize">
<a href="{[{ job.url }]}?aff=dbe7e" class="group">
<img ng-show="job.company.logo" ng-src="{[{ job.company.logo }]}" />
<span class="left">
<span class="job">{[{ job.title }]}</span>
<span class="company">{[{ job.company.name }]}</span>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2672,6 +2672,11 @@ body.jobs {
}
}
}
img {
float: left;
height: 39px;
margin-right: 10px;
}
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -28,6 +28,7 @@
$scope.filterJobs = function() {
$scope.filteredJobs = filterFilter($scope.jobs, $scope.query);
$scope.currentPage = 0;
};
$scope.numberOfPages = function() {
if ($scope.filteredJobs) {

View File

@ -41,7 +41,7 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?95" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?96" />
{% endif %}
{% if has_snipts and not detail %}
@ -389,7 +389,7 @@
<script type="text/javascript" src="{{ STATIC_URL }}js/src/search.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/src/jobs.js"></script>
{% else %}
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt-all.min.js?60"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt-all.min.js?61"></script>
{% endif %}
{% block inline-js %}