Commit 6e007fe3 by nnnghia98

view truncate description

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