Commit f455b99f by nnnghia98

limit description to 250 words

parent fa71f61a
......@@ -6,7 +6,7 @@
</dl>
<dl class="job_data_row">
<dt>Short description</dt>
<dd><%= job.short_des %></dd>
<dd><%= truncate(job.short_des, length: 250) %></dd>
</dl>
<dl class="job_data_row">
<dt>Salary</dt>
......
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