|
@@ -108,8 +108,7 @@ |
|
|
block discarded – undo |
|
108
|
108
|
'function' => |
|
109
|
109
|
function ($entry) { |
|
110
|
110
|
return $entry->submitted_applications_count() > 0 ? |
|
111
|
|
- '<a target="_blank" href="' . route('manager.jobs.applications', $entry->id) . '">' . $entry->submitted_applications_count() . ' (View <i class="fa fa-external-link"></i>)</a>' : |
|
112
|
|
- $entry->submitted_applications_count(); |
|
|
111
|
+ '<a target="_blank" href="' . route('manager.jobs.applications', $entry->id) . '">' . $entry->submitted_applications_count() . ' (View <i class="fa fa-external-link"></i>)</a>' : $entry->submitted_applications_count(); |
|
113
|
112
|
} |
|
114
|
113
|
]); |
|
115
|
114
|
|
Please login to merge, or discard this patch.