2 Commits

Author SHA1 Message Date
ameye 68bbfe9514 fix 2022-05-07 16:56:21 -04:00
ameye 4a2f4b8c70 fix 2022-05-07 16:56:11 -04:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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) {
+1 -1
View File
@@ -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>