page ID20
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
16 | Location: 17 - @job.cities.each do |city| 18 = link_to city.name, city_slug_path(city.slug) 19 p.mb-2 20 | Job type: 21 = @job.job_type 22 .col 23 p.mb-2 24 | Level: 25 = @job.level 26 p.mb-2 27 | Experience: 28 = @job.experience 29 p.mb-2 30 | Expired at: 31 = @job.expired_at.strftime("%d/%m/%Y") -
Master
@phuongnhm Em viết một method trong
helperđể format dữ liệu để hiển thị ra view nha. -
-
-
-
-
app/views/jobs/_breadcrumb.html.slim 0 → 100644
1 nav.breadcrumb[style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb"] 2 ol.breadcrumb.py-3 3 li.breadcrumb-item 4 = link_to "Top", root_path 5 li.breadcrumb-item 6 - @job.cities.each do |city| 7 = link_to city.name, city_slug_path(city.slug) 8 li.breadcrumb-item 9 - @job.industries.each do |industry| 10 = link_to industry.name, industry_slug_path(industry.slug) 11 li.breadcrumb-item.active = link_to @job.title -
Master
@phuongnhm Chỗ này đâu cần link đâu em? hiện text được rồi. Mình đang ở job đó mà
-
-
-
-
merged
Toggle commit list