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;
|
||||
}
|
||||
|
||||
.joboffer-index-entry:target {
|
||||
background: LemonChiffon;
|
||||
}
|
||||
|
||||
.column, .submission-preview {
|
||||
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,
|
||||
so that either there is a user or the offers are limited to published ones
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{{#if user }}
|
||||
{{# unless job_offer.is_preview }}
|
||||
<hr />
|
||||
|
|
@ -104,4 +104,5 @@
|
|||
|
||||
<a href="{{job_offer.actions.edit_url}}">Bearbeiten</a>
|
||||
{{/if}}
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue