adde currency type
This commit is contained in:
parent
0f488141fa
commit
c9da34e059
|
@ -293,7 +293,7 @@ class RecruitmentsController < PseudoSessionController
|
|||
end
|
||||
end
|
||||
if job.max_salary > job.min_salary
|
||||
range = (job.min_salary * 1000).to_s + " ~ " + (job.max_salary * 1000).to_s + " / Month "
|
||||
range = (job.min_salary * 1000).to_s + " ~ " + (job.max_salary * 1000).to_s + " #{job.currency_type} / Month "
|
||||
elsif job.max_salary == job.min_salary
|
||||
range = t("recruitment.not_available")
|
||||
elsif job.max_salary < job.min_salary
|
||||
|
|
Loading…
Reference in New Issue