<%= t("recruitment.job_title") %> | <%= t("recruitment.job_posted") %> | <%= t("recruitment.position_filled") %> | <%= t("recruitment.applications") %> | <%= t("recruitment.actions") %> |
---|---|---|---|---|
<%= t("recruitment.no_jobs_posted") %> | ||||
" target="_blank"><%= job.job_title %> | <%= job.created_at.strftime("%Y-%m-%d") %> | <%= job.filled ? "Yes" : "No" %> | <% job_count = job.get_application_count %> <% if job_count > 0 %> <%= t("recruitment.show_application") %> (<%= job_count %>) | <% else %> <%= t("recruitment.show_application") %> <% end %><%= t("recruitment.edit") %> <% if !job.filled %> <%= t("recruitment.mark_filled") %> <% else %> <%= t("recruitment.not_filled") %> <% end %> <%= t(:delete_) %> |