fix
This commit is contained in:
parent
4c6f188cf8
commit
0f488141fa
|
@ -297,7 +297,7 @@ class RecruitmentsController < PseudoSessionController
|
|||
elsif job.max_salary == job.min_salary
|
||||
range = t("recruitment.not_available")
|
||||
elsif job.max_salary < job.min_salary
|
||||
range = (job.min_salary * 1000).to_s + " ~ #{t('recruitment.salary.type1')} / Month"
|
||||
range = (job.min_salary * 1000).to_s + " ~ #{t('recruitment.salary.type1')} #{job.currency_type} / Month"
|
||||
end
|
||||
if job.internship_duration > 0
|
||||
duration = job.internship_duration.to_s + " #{t("recruitment.months")}"
|
||||
|
|
Loading…
Reference in New Issue