Commit 3926645e by Mai Hoang Thai Ha

complete merge master to this branch

parent 312452e1
......@@ -22,7 +22,7 @@ ruby:
.job-apply.d-flex.align-items-center.justify-content-between
h2.align-items-start
= @job.title
= link_to 'Apply for this job', '#', class: 'btn btn-primary'
= link_to 'Apply for this job', apply_path(job_id: @job.id), class: 'btn btn-primary'
p.text-secondary
= @job.company.name
.row.bg-light
......@@ -84,5 +84,5 @@ ruby:
li.text-secondary
= info
.job-apply.d-flex.align-items-center.justify-content-between
= link_to 'Apply for this job', '#', class: 'btn btn-primary'
= link_to 'Apply for this job', apply_path(job_id: @job.id), class: 'btn btn-primary'
= link_to 'Favorite', '#', class: 'btn btn-primary'
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