fix confirmation dialog for logged-in visitors (reviewers) #33
1 changed files with 1 additions and 1 deletions
fix confirmation dialog for logged-in visitors (reviewers)
the job_offer in the confirmation view has actions but no highlight_link
commit
7cf5fe5872
|
|
@ -65,7 +65,7 @@
|
|||
{{#if user }}
|
||||
{{#unless job_offer.is_preview }}
|
||||
<hr />
|
||||
{{#if job_offer.actions }}
|
||||
{{#if job_offer.actions.highlight_link }}
|
||||
<div>ID: <a href="{{job_offer.actions.highlight_link}}" >{{job_offer.id}}</a></div>
|
||||
{{/if}}
|
||||
<div>Review Status: <span class="{{#unless job_offer.reviewed}}unreviewed{{/unless}}">{{job_offer.status.review_status}}</span></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue