Commit 784cd563 by nnnghia98

using simple format

parent f1077f8b
...@@ -156,3 +156,8 @@ dl, dt, dd { ...@@ -156,3 +156,8 @@ dl, dt, dd {
font-size: 12px; font-size: 12px;
margin-bottom: 15px; margin-bottom: 15px;
} }
.job_detail_button {
margin: 10px;
padding: 5px;
}
...@@ -13,7 +13,7 @@ class JobDecorator < ApplicationDecorator ...@@ -13,7 +13,7 @@ class JobDecorator < ApplicationDecorator
end end
def display_short_des def display_short_des
object.short_des&.truncate(250) simple_format object.short_des&.truncate(250)
end end
def display_description def display_description
......
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