created top page
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
-
-
-
app/views/home/index.html.erb 0 → 100644
1 <% provide(:title ,'Trang chủ') %> 2 <%= render 'home/banner_and_search' %> 3 <div class="padding_index"></div> 4 <div class="box_text_five_jobs"> 5 <span>Năm công việc mới nhất dành cho bạn</span> -
Master
Nếu chưa có job thì cũng hiện dòng này.
Cần phải kiểm tra điều kiện hiển thị ở đây
-
-
-
app/views/layouts/_header.html.erb 0 → 100644
1 <header class="cus_header"> 2 <div class="header_top"> 3 <div class="header_top_logo"> 4 <%= link_to image_tag("logo.png", alt: "logo", class: "logo_header"), '/' %> -
Master
Vì sao ở đây dùng dấu nháy kép
", các đoạn sử dụnglink_tokhác đều dùng dấu nháy đơn' -
-
-
app/views/home/_box_nine_industries.html.erb 0 → 100644
1 <div class="container"> 2 <div class="border_box_cities"> 3 <div class="box_text_five_jobs box_padding_city"> 4 <span>Top các nghành phổ biến</span> 5 </div> 6 <div class="row no-gutters"> 7 <% @top_industries.each do |industry| %> 8 <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12"> 9 <div class="box_info_city"> 10 <div class="ct_name"> 11 <%= link_to industry.name, '#',class: 'link_ct'%> 12 </div> 13 <div class="ct_jobs_count"> 14 <%= link_to "#{industry.jobs.count} công việc", '#',class: 'link_ct'%> -
MasterEdited by Hoang Phuc Do
<%= link_to "#{industry.jobs.count} công việc", '#', class: 'link_ct'%>Sau dấu
,phải có khoảng trắng.Kiểm tra và sửa lại các dòng khác nếu gặp trường hợp tương tự
-
Master
dạ anh
-
-
-
-
merged
Toggle commit list