Commit e99fcb0 1 parent fd3fe74 commit e99fcb0 Copy full SHA for e99fcb0
File tree 1 file changed +2
-2
lines changed
src/main/resources/templates/gremien
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
< div class ="row justify-content-center mb-4 ">
35
35
< div class ="col-12 col-lg-8 text-center ">
36
36
< h2 class ="card-text text- "
37
- th:text ="${candidate.age le 0 } ? |${candidate.firstname} ${candidate.lastname}| : | ${candidate.firstname} ${candidate.lastname}, ${candidate.age }| ">
37
+ th:text ="${candidate.ageShowing } ? |${candidate.firstname} ${candidate.lastname}, ${candidate.age}| : | ${candidate.firstname} ${candidate.lastname }| ">
38
38
</ h2 >
39
39
< h6 class ="text-secondary "
40
- th:text ="${candidate.semester le 0 || candidate.course eq '' } ? #{candidate.student} : |${candidate.semester}. Semester , ${candidate.course}| ">
40
+ th:text ="${candidate.courseShowing } ? |${candidate.semester}. #{semester} , ${candidate.course}| : #{candidate.student} ">
41
41
</ h6 >
42
42
</ div >
43
43
</ div >
You can’t perform that action at this time.
0 commit comments