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
  • Huỳnh Thiên Phước
  • venjob
  • Merge Requests
  • !6

Closed
Opened Aug 13, 2020 by Huỳnh Thiên Phước@phuocht 
  • Report abuse
Report abuse

Job list

×

Check out, review, and merge locally

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

git fetch origin
git checkout -b job_list origin/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 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 1
  • Commits 20
  • Pipelines 7
  • Changes 45
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Huỳnh Thiên Phước @phuocht

    closed

    Aug 13, 2020

    closed

    closed
    Toggle commit list
  • Van Hau Le
    @haulv started a discussion on the diff Aug 13, 2020
    app/views/jobs/_job.html.erb
    8 <%= city.name %>
    9 <% end %>
    10 </div>
    11 <div class="col-4 salary">Salary: <%= job.salary %></div>
    12 <div class="col-10 introduction">
    13 <%= job_description(job.description) %><br>
    14 <%= link_to 'Read more..', '#'%>
    15 </div>
    4 <div class="title">
    5 <%= link_to job_detail_path(job.id) do %>
    6 <strong><%= job.title %></strong>
    7 <% end %>
    8 </div>
    9 <div class="row">
    10 <div class="col-5">▼
    11 <%= job.cities.map(&:name).join(' | ') %>
    • Van Hau Le @haulv commented Aug 13, 2020
      Master

      @phuocht

      <%= job.cities.pluck(:name).join(' | ') %>
      @phuocht ```ruby <%= job.cities.pluck(:name).join(' | ') %> ```
    Please register or sign in to reply
  • 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: phuocht/venjob!6