Commit 40f617c6 by Thanh Hung Pham

fix text

parent d9883a12
......@@ -69,7 +69,7 @@ class JobsController < ApplicationController
@job_count = Job.where(id: @job_ids).count
@jobs = Job.where(id: @job_ids).page params[:page]
@search_conditions = "All jobs in #{params[:search_conditions]}"
@search_conditions = "All jobs in #{@search_text}"
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment