changes and release cut for 0.2.3 #31
1 changed files with 3 additions and 1 deletions
fix render failure in confirmation dialog
commit
4c7a031a54
|
|
@ -65,7 +65,9 @@
|
|||
{{#if user }}
|
||||
{{#unless job_offer.is_preview }}
|
||||
<hr />
|
||||
{{#if job_offer.actions }}
|
||||
<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>
|
||||
<div>Confirmation Status: <span class="{{#unless job_offer.confirmed}}unconfirmed{{/unless}}">{{job_offer.status.confirmation_status.type}}</span></div>
|
||||
{{#if job_offer.actions.confirmation_link}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue