Update _job.html.erb

parent 7f8fca37
Pipeline #873 canceled with stages
in 0 seconds
......@@ -10,7 +10,7 @@
<div class="col-5">
<%= job.cities.map(&:name).join(' | ') %>
</div>
<div class="col-5 salary">💲 Salary: <%= job.salary %></div>
<div class="col-5 salary">Salary: <%= job.salary %></div>
<div class="col-10 introduction">
<%= job_description(job.description) %><br>
<%= link_to 'Read more..', '#'%>
......
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