Commit 67cf99b9e48df62b25d018ac59a8e1a01831773a
Exists in
master
Merge branch 'master' of http://gitlab.nologostudio.ru/alarionov/rekamore-su
Showing 1 changed file Side-by-side Diff
resources/views/employers/favorite.blade.php
... | ... | @@ -151,7 +151,7 @@ |
151 | 151 | <div class="cvs__item-text-status @if ($it->status_work == 0) looking-for-job @endif"> |
152 | 152 | @if ($it->status_work == 0) Ищу работу |
153 | 153 | @elseif ($it->status_work == 1) Не указано |
154 | - @elseif ($it->status_work == 2) Не ищу | |
154 | + @elseif ($it->status_work == 2) Не ищу работу | |
155 | 155 | @endif |
156 | 156 | </div> |
157 | 157 | <div class="cvs__item-text-updated-at"> |