This commit is contained in:
Bomrah Harry 2018-07-18 21:58:19 +08:00
parent 4c6f188cf8
commit 0f488141fa
1 changed files with 1 additions and 1 deletions

View File

@ -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")}"