features, cleanup and bug fixes #26
2 changed files with 40 additions and 35 deletions
allow highlighting a specific job offer
commit
b32469611d
|
|
@ -228,6 +228,10 @@ body main {
|
||||||
background: pink;
|
background: pink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.joboffer-index-entry:target {
|
||||||
|
background: LemonChiffon;
|
||||||
|
}
|
||||||
|
|
||||||
.column, .submission-preview {
|
.column, .submission-preview {
|
||||||
flex-direction:column
|
flex-direction:column
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<section class="joboffer-index-entry {{#if user}}{{job_offer.status.review_status}}{{/if}}">
|
<section id="joboffer-{{job_offer.id}}" class="joboffer-index-entry {{#if user}}{{job_offer.status.review_status}}{{/if}}">
|
||||||
{{!
|
{{!
|
||||||
the job offers should be filtered in the rust code,
|
the job offers should be filtered in the rust code,
|
||||||
so that either there is a user or the offers are limited to published ones
|
so that either there is a user or the offers are limited to published ones
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
{{#if user }}
|
{{#if user }}
|
||||||
{{# unless job_offer.is_preview }}
|
{{# unless job_offer.is_preview }}
|
||||||
<hr />
|
<hr />
|
||||||
|
|
@ -104,4 +104,5 @@
|
||||||
|
|
||||||
<a href="{{job_offer.actions.edit_url}}">Bearbeiten</a>
|
<a href="{{job_offer.actions.edit_url}}">Bearbeiten</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue