Skip to content
Snippets Groups Projects

Resolve "Job offers should have a url pointing to it"

5 files
+ 35
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -300,6 +300,7 @@ public class JobOfferController {
int[] stats = applicationService.getStatsForApps(applications);
model.addAttribute("programId", programId);
model.addAttribute("offer", offer);
model.addAttribute("deadlineClosed",
offer.getDeadline() != null && offer.getDeadline().isBefore(LocalDate.now()));
Loading