-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forward german applications to german portal
- Loading branch information
Paul Savoie
committed
Feb 14, 2025
1 parent
4b3c6e9
commit e358cd8
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,15 +43,21 @@ <h2>{{page.header}}</h2> | |
|
||
<div> | ||
{%- if page.job_id -%} | ||
<div class="horizontal-top"> | ||
<div> | ||
<div> | ||
<p class='center'> | ||
{%- if page.requires_german -%} | ||
<a class="btn btn-secondary" href="https://signpath.jobs.personio.com/job/{{page.job_id}}?language=de&display=de#apply"> | ||
Jetzt bewerben | ||
</a> | ||
{%- else -%} | ||
<a class="btn btn-secondary" href="https://signpath.jobs.personio.com/job/{{page.job_id}}#apply"> | ||
Apply now | ||
</a> | ||
</div> | ||
</a> | ||
{%- endif -%} | ||
</p> | ||
</div> | ||
{%- else -%} | ||
<div class="horizontal-top"> | ||
<div> | ||
<a class="btn btn-secondary" href="mailto:[email protected]?subject=Job application: {{page.header}}"> | ||
Apply at <i>[email protected]</i> | ||
</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters