Skip to content

Commit b70b326

Browse files
committed
Added message when position doesn't approve
1 parent 28b7b03 commit b70b326

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/views/positions/show.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
<main class="post" data-controller="prism">
1313

14+
@if(!$position->isApproved())
15+
<div class="alert alert-warning text-center mb-4 lh-sm" role="alert">
16+
Вакансия находится на модерации.
17+
<small class="opacity-75 d-block">После проверки она будет опубликована.</small>
18+
</div>
19+
@endif
20+
21+
1422
<div class="row mb-4 mb-xl-5">
1523
<div class="col-12 col-lg-8">
1624
<h1 class="mb-0">{{ $position->title }}</h1>

0 commit comments

Comments
 (0)