Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
V
VeNJOB
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Nguyen Hoang Mai Phuong
  • VeNJOB
  • Merge Requests
  • !5

Merged
Opened Aug 02, 2021 by Nguyen Hoang Mai Phuong@phuongnhm 
  • Report abuse
Report abuse

page ID4

×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b page-job-list origin/page-job-list

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff page-job-list

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 21
  • Commits 5
  • Pipelines 5
  • Changes 30
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    Gemfile
    8 8 gem 'bootstrap', '~> 5.0.1'
    9 9 gem 'nokogiri', '~> 1.11', '>= 1.11.7'
    10 10 gem 'slim-rails'
    11 gem 'kaminari', '~> 1.2', '>= 1.2.1', :git => 'https://github.com/kaminari/kaminari'
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Sao phải giới hạn version vậy em? Cần để cái này không :git => 'https://github.com/kaminari/kaminari' không?

      @phuongnhm Sao phải giới hạn version vậy em? Cần để cái này không `:git => 'https://github.com/kaminari/kaminari'` không?
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#de3150c01c3a946a6168173c4116741379fe3579_11_11)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 02, 2021
    Resolved by Thanh Hung Pham Aug 02, 2021
    Gemfile
    8 8 gem 'bootstrap', '~> 5.0.1'
    9 9 gem 'nokogiri', '~> 1.11', '>= 1.11.7'
    10 10 gem 'slim-rails'
    11 gem 'kaminari', '~> 1.2', '>= 1.2.1', :git => 'https://github.com/kaminari/kaminari'
    12 gem 'friendly_id', '~> 5.4', '>= 5.4.2'
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Gem nào không dùng thì bỏ ra nha em

      @phuongnhm Gem nào không dùng thì bỏ ra nha em
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    app/controllers/city_controller.rb
    3 3 @cities_vietnam = City.cities_by_region(City::REGION_VN_ID)
    4 4 @cities_international = City.cities_by_region(City::REGION_INTERNATIONAL_ID)
    5 5 end
    6
    7 def show
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Task này ID4 - Job List Nên để action bên JobsController nha em.

      Edited Aug 02, 2021 by Thanh Hung Pham
      @phuongnhm Task này `ID4 - Job List` Nên để action bên `JobsController` nha em.
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#6f89ae847bd6d0308ec7f27f1c31ca04892c5248_7_0)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    app/controllers/industry_controller.rb
    2 2 def list_industry
    3 3 @industry_list = Industry.industry_list
    4 4 end
    5
    6 def show
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Tương tự cái này nên để bên JobsController nha em

      @phuongnhm Tương tự cái này nên để bên `JobsController` nha em
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#b320d6f431b540ed53851b86b44ad2f004d93b87_6_0)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    app/controllers/jobs_controller.rb 0 → 100644
    1 class JobsController < ApplicationController
    2 def search
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Chức năng này tạm thời chưa làm. Nên em xóa cũng được nha

      @phuongnhm Chức năng này tạm thời chưa làm. Nên em xóa cũng được nha
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#6fa69a07843a58f190bf4d7e0692b9cc5b0bf52b_2_2)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    app/helpers/jobs_helper.rb 0 → 100644
    1 module JobsHelper
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm File này không dùng xóa đi em

      @phuongnhm File này không dùng xóa đi em
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#b4eedccb5c96b8936d8f9b28d25ce1a0c9de51fa_1_0)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 03, 2021
    app/models/city.rb
    7 7 REGION_INTERNATIONAL_ID = 2
    8 8 scope :top_cities, -> { joins(:jobs).group(:name).order('count_all DESC').count.take(LATEST_CITY_NUMBER) }
    9 9 scope :cities_by_region, ->(value) { joins(:jobs).group(:name).having('count_all >= ?', 1).where('region_id = ?', value).order('count_all DESC').count }
    10 extend FriendlyId
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Extend thường để sau define class

      class A
        extend B
      end
      @phuongnhm Extend thường để sau define class ``` class A extend B end ```
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Chỗ này chưa sửa nè em

      @phuongnhm Chỗ này chưa sửa nè em
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 3 of the diff

      Aug 03, 2021

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5383&start_sha=e25c9b9b16a2a34dae7eba8074dc5eb77c27692f#28495972e963898abf2919ffeaeb92fbdf49fb8e_10_10)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    app/views/city/show.html.slim 0 → 100644
    1 - provide :title, 'Jobs'
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Tương tự action, phần view này nên để bên Views jobs

      @phuongnhm Tương tự action, phần view này nên để bên Views `jobs`
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#3ee1e3b294acf51bc4c2076b5e68402340bc19d9_1_0)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 02, 2021
    app/views/industry/show.html.slim 0 → 100644
    1 - provide :title, 'Jobs'
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Tương tự action, phần view này nên để bên Views jobs

      @phuongnhm Tương tự action, phần view này nên để bên Views `jobs`
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 2 of the diff

      Aug 02, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1#c30d9990534f04de68b7004e65ead1aef453aa17_1_0)
      Toggle commit list
    Please register or sign in to reply
  • Nguyen Hoang Mai Phuong @phuongnhm

    added 1 commit

    • e25c9b9b - fix page ID4

    Compare with previous version

    Aug 02, 2021

    added 1 commit

    • e25c9b9b - fix page ID4

    Compare with previous version

    added 1 commit * e25c9b9b - fix page ID4 [Compare with previous version](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5382&start_sha=ef78d2231d31071a5e871b454eb96c200f2a34d1)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    app/controllers/jobs_controller.rb 0 → 100644
    1 class JobsController < ApplicationController
    2 def show
    3 if params[:city_slug].present?
    4 @city = City.find_by(slug: params[:city_slug])
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm

      • Xử lý này nên viết thành scope trong Model nha em.
      • 20 nên để constant nha em
      Edited Aug 03, 2021
      @phuongnhm - Xử lý này nên viết thành scope trong Model nha em. - `20` nên để constant nha em
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 5 of the diff

      Aug 03, 2021

      changed this line in version 5 of the diff

      changed this line in [version 5 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5385&start_sha=1d61991238493d41b9860f8af64c214eb5826368#6fa69a07843a58f190bf4d7e0692b9cc5b0bf52b_4_4)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 02, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    app/models/city.rb
    7 7 REGION_INTERNATIONAL_ID = 2
    8 8 scope :top_cities, -> { joins(:jobs).group(:name).order('count_all DESC').count.take(LATEST_CITY_NUMBER) }
    9 9 scope :cities_by_region, ->(value) { joins(:jobs).group(:name).having('count_all >= ?', 1).where('region_id = ?', value).order('count_all DESC').count }
    10 extend FriendlyId
    11 friendly_id :name, use: %i[slugged finders]
    12 def normalize_friendly_id(string)
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm

      • Add 1 line trống chỗ này cho dễ nhìn
      • string Sửa lại tên cho dễ hiểu em
      Edited Aug 03, 2021 by Thanh Hung Pham
      @phuongnhm - Add 1 line trống chỗ này cho dễ nhìn - `string` Sửa lại tên cho dễ hiểu em
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 03, 2021
    app/views/city/list_city.html.slim → app/views/cities/show.html.slim
    14 14 .row.my-3.text-center.fs-5
    15 15 - @cities_vietnam.each do |name, amount|
    16 16 .col-3.p-2.border.mb-1.fw-normal.bg-white
    17 = link_to name, "#"
    17 = link_to name, city_slug_path(City.find_by(name: name))
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Không được query DB ở trong Views nha em.

      • Mình có thể dùng trực tiếp city_slug_path(slug)
      • Tương tự bên Industry nha em
      Edited Aug 02, 2021 by Thanh Hung Pham
      @phuongnhm Không được query DB ở trong Views nha em. - Mình có thể dùng trực tiếp `city_slug_path(slug)` - Tương tự bên Industry nha em
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 3 of the diff

      Aug 03, 2021

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5383&start_sha=e25c9b9b16a2a34dae7eba8074dc5eb77c27692f#6c5dc1b348cafb77959f7b2b5adbb8961944eaaf_17_17)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 03, 2021
    app/views/jobs/_search.html.slim 0 → 100644
    1 .search.p-3.offset-md-2
    2 = form_with(url: '/search', method: 'get', local: true) do
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Dư 1 space cuối line

      @phuongnhm Dư 1 space cuối line
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 3 of the diff

      Aug 03, 2021

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5383&start_sha=e25c9b9b16a2a34dae7eba8074dc5eb77c27692f#d76bf300accf5e04de9e6c09af599303e2e6cf17_2_2)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 02, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 03, 2021
    app/views/jobs/_search.html.slim 0 → 100644
    1 .search.p-3.offset-md-2
    2 = form_with(url: '/search', method: 'get', local: true) do
    3 = text_field_tag :search, params[:search], placeholder: "Search", class: "form"
    4 = submit_tag "Search", name: nil, class: 'btn-primary'
    5
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Dư nhiều dòng trống chỗ này

      @phuongnhm Dư nhiều dòng trống chỗ này
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 3 of the diff

      Aug 03, 2021

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5383&start_sha=e25c9b9b16a2a34dae7eba8074dc5eb77c27692f#d76bf300accf5e04de9e6c09af599303e2e6cf17_5_4)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 02, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    app/views/jobs/show.html.slim 0 → 100644
    1 - provide :title, 'Job List'
    2
    3 = render 'search'
    4 .container
    5 h6.offset-md-4
    6 = paginate @jobs, window: 1
    7 .job-list
    8 - @jobs.each do |job|
    9 .card.my-3
    10 .card-body.text-dark
    11 h5.mb-1
    12 = link_to job.title, "#"
    13 p.mb-1
    14 = link_to job.company.name, "#"
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm N+1 chỗ này nha em

      Edited Aug 03, 2021
      @phuongnhm N+1 chỗ này nha em
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 02, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    app/views/jobs/show.html.slim 0 → 100644
    6 = paginate @jobs, window: 1
    7 .job-list
    8 - @jobs.each do |job|
    9 .card.my-3
    10 .card-body.text-dark
    11 h5.mb-1
    12 = link_to job.title, "#"
    13 p.mb-1
    14 = link_to job.company.name, "#"
    15 p.mb-1
    16 i.fas.fa-dollar-sign.m-1
    17 | Lương:
    18 = job.salary
    19 p.mb-1
    20 i.fas.fa-map-marker-alt.m-1
    21 = link_to job.cities.map(&:name).uniq.join(' | '), "#"
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm N+1 chỗ này nha em

      Edited Aug 03, 2021
      @phuongnhm N+1 chỗ này nha em
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 02, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    app/views/jobs/show.html.slim 0 → 100644
    1 - provide :title, 'Job List'
    2
    3 = render 'search'
    • Thanh Hung Pham @hungpt commented Aug 02, 2021
      Master

      @phuongnhm Em thiếu phần 1,2 trong yêu cầu nha

      • 1. Total:
      • 2. Result for:
      Edited Aug 03, 2021
      @phuongnhm Em thiếu phần 1,2 trong yêu cầu nha - 1. Total: - 2. Result for:
    Please register or sign in to reply
  • Nguyen Hoang Mai Phuong @phuongnhm

    added 1 commit

    • 56de9774 - fix view ID4

    Compare with previous version

    Aug 03, 2021

    added 1 commit

    • 56de9774 - fix view ID4

    Compare with previous version

    added 1 commit * 56de9774 - fix view ID4 [Compare with previous version](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5383&start_sha=e25c9b9b16a2a34dae7eba8074dc5eb77c27692f)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 03, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    db/schema.rb
    27 27 t.string "name"
    28 28 t.datetime "created_at", precision: 6, null: false
    29 29 t.datetime "updated_at", precision: 6, null: false
    30 t.string "slug"
    • Thanh Hung Pham @hungpt commented Aug 03, 2021
      Master

      @phuongnhm Sao phải add thêm column slug cho bảng này vậy em?

      Edited Aug 03, 2021
      @phuongnhm Sao phải add thêm column `slug` cho bảng này vậy em?
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 03, 2021
    Resolved by Thanh Hung Pham Aug 03, 2021
    db/schema.rb
    79 92 t.string "name"
    80 93 t.datetime "created_at", precision: 6, null: false
    81 94 t.datetime "updated_at", precision: 6, null: false
    95 t.string "slug"
    • Thanh Hung Pham @hungpt commented Aug 03, 2021
      Master

      @phuongnhm Sao phải add thêm column slug cho bảng này vậy em?

      Edited Aug 03, 2021
      @phuongnhm Sao phải add thêm column `slug` cho bảng này vậy em?
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 03, 2021
    Last updated by Nguyen Hoang Mai Phuong Aug 03, 2021
    app/views/jobs/show.html.slim 0 → 100644
    1 - provide :title, 'Job List'
    2
    3 = render 'search'
    4 .container
    5 h5.fw-normal
    6 | Total:
    • Thanh Hung Pham @hungpt commented Aug 03, 2021
      Master

      @phuongnhm @phuongnhm Chưa có giá trị hả em?

      • Total: bao nhiêu job?
      • Result for: điều kiện gì nữa chứ?

      Ví dụ:

      Total: 4 jobs
      Result for: Hồ Chí Minh
      @phuongnhm @phuongnhm Chưa có giá trị hả em? - Total: bao nhiêu job? - Result for: điều kiện gì nữa chứ? Ví dụ: ``` Total: 4 jobs Result for: Hồ Chí Minh ```
    • Nguyen Hoang Mai Phuong @phuongnhm

      changed this line in version 4 of the diff

      Aug 03, 2021

      changed this line in version 4 of the diff

      changed this line in [version 4 of the diff](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5384&start_sha=56de9774f42350547d05d4a9e8f3e6589dc446cb#4f6f8650adc8fcba290a4f6bdab798db3c6df37e_6_6)
      Toggle commit list
    Please register or sign in to reply
  • Nguyen Hoang Mai Phuong @phuongnhm

    added 1 commit

    • 1d619912 - fix ID4

    Compare with previous version

    Aug 03, 2021

    added 1 commit

    • 1d619912 - fix ID4

    Compare with previous version

    added 1 commit * 1d619912 - fix ID4 [Compare with previous version](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5384&start_sha=56de9774f42350547d05d4a9e8f3e6589dc446cb)
    Toggle commit list
  • Nguyen Hoang Mai Phuong @phuongnhm

    added 1 commit

    • feb815a2 - fix ID4

    Compare with previous version

    Aug 03, 2021

    added 1 commit

    • feb815a2 - fix ID4

    Compare with previous version

    added 1 commit * feb815a2 - fix ID4 [Compare with previous version](https://gitlab.zigexn.vn/phuongnhm/VeNJOB/merge_requests/5/diffs?diff_id=5385&start_sha=1d61991238493d41b9860f8af64c214eb5826368)
    Toggle commit list
  • Thanh Hung Pham @hungpt

    mentioned in commit 8e8ffb2c

    Aug 03, 2021

    mentioned in commit 8e8ffb2c

    mentioned in commit 8e8ffb2c3e51c7ff8044849a2a7876ed909a0975
    Toggle commit list
  • Thanh Hung Pham @hungpt

    merged

    Aug 03, 2021

    merged

    merged
    Toggle commit list
  • Write
  • Preview
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 sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: phuongnhm/VeNJOB!5
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.