From 955e975ace6b6c81236418bb5823dcf3a2cbb8ec Mon Sep 17 00:00:00 2001 From: Thomas Hackner Date: Fri, 3 Jul 2026 22:29:55 +0200 Subject: [PATCH] Show job offer kontakt_email prominently on the card Move the mailto: link up next to firma/stelle/ort as a labeled "Kontakt:" line so the contact email is directly visible on each job offer, instead of a small link below the description. Co-Authored-By: Claude --- views/jobangebote.ejs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/views/jobangebote.ejs b/views/jobangebote.ejs index 169ce5a..7932eb1 100644 --- a/views/jobangebote.ejs +++ b/views/jobangebote.ejs @@ -58,6 +58,16 @@ <% if (j.gehalt) { %><%= j.gehalt %><% } %>

<% } %> + <% if (j.kontakt_email) { %> +

+ Kontakt: + + + <%= j.kontakt_email %> + +

+ <% } %> <% if (j.beschreibung) { %>

<%= j.beschreibung %>

<% if (j.beschreibung.length > 400) { %> @@ -71,13 +81,6 @@ <%= j.quelle_url %> <% } %> - <% if (j.kontakt_email) { %> - - - <%= j.kontakt_email %> - - <% } %>

<% if (j.anzeige_datum) { %>