href titles2
This commit is contained in:
parent
4210b4cab1
commit
6d56ad49e4
4517
logs/app.log
4517
logs/app.log
File diff suppressed because it is too large
Load Diff
|
@ -67,7 +67,7 @@
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border-b">
|
<td class="border-b">
|
||||||
<a href="{{ job.job.link }}" target="_blank" class="client-link text-blue-500">{{ job.job.job_title [:50] }}</a>
|
<a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
|
||||||
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center border-b">{{job.job.job_company}}</td>
|
<td class="text-center border-b">{{job.job.job_company}}</td>
|
||||||
|
|
|
@ -251,7 +251,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border-b">
|
<td class="border-b">
|
||||||
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a>
|
<a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
|
||||||
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center border-b">{{job.job.job_company}}</td>
|
<td class="text-center border-b">{{job.job.job_company}}</td>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border-b">
|
<td class="border-b">
|
||||||
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a>
|
<a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
|
||||||
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center border-b">{{job.job.job_company}}</td>
|
<td class="text-center border-b">{{job.job.job_company}}</td>
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border-b">
|
<td class="border-b">
|
||||||
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a>
|
<a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
|
||||||
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center border-b">{{job.job.job_company}}</td>
|
<td class="text-center border-b">{{job.job.job_company}}</td>
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border-b">
|
<td class="border-b">
|
||||||
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a>
|
<a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
|
||||||
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center border-b">{{job.job.job_company}}</td>
|
<td class="text-center border-b">{{job.job.job_company}}</td>
|
||||||
|
|
Loading…
Reference in New Issue