Compare commits
2 Commits
0de7c858a3
...
68bbfe9514
| Author | SHA1 | Date | |
|---|---|---|---|
| 68bbfe9514 | |||
| 4a2f4b8c70 |
@@ -759,6 +759,7 @@ long WrenchReturnStartJobList(CVars in, CVars &out) {
|
||||
"WHERE m.status = 1 AND m.client_id=0 "
|
||||
"AND m.expire IS NOT NULL "
|
||||
"AND m.public_view = 1 "
|
||||
"AND m.expire > now() "
|
||||
"ORDER BY m.expire DESC LIMIT %lu", in["limit"].Long());
|
||||
|
||||
if (res != NULL && pgsql_num_rows(res) > 0) {
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<div class="d-flex align-items-center me-5 me-xl-13">
|
||||
<!--begin::Info-->
|
||||
<div class="m-0">
|
||||
<a href="/jobs/startcreate" class="fw-bolder text-gray-800 text-hover-primary fs-7">Organized job posts. Make it count!</a>
|
||||
<a href="/jobs/startcreate" class="fw-bolder text-gray-800 text-hover-primary fs-7">Organized job posts. Let's Make it count!</a>
|
||||
</div>
|
||||
<!--end::Info-->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user