Skip to content
Snippets Groups Projects

Step 2: Job page header component

Merged Filipa Lacerda requested to merge 24339-job-page-header-step-2 into 24339-job-page
1 unresolved thread

What does this MR do?

Step 2 of rewriting job show page in vue.js: - Main MR is https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10987

Screenshots (if relevant)

Currently renders: Screen_Shot_2017-05-12_at_18.01.22

User image to be added when https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10718 is merged

Does this MR meet the acceptance criteria?

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Phil Hughes
  • Phil Hughes
  • Phil Hughes
  • assigned to @filipa

  • Filipa Lacerda resolved all discussions

    resolved all discussions

  • Filipa Lacerda added 1 commit

    added 1 commit

    Compare with previous version

  • Author Maintainer

    Thank you @iamphill! Nice catches!

    I think I covered them all :grimacing: Can you please review again?

  • Phil Hughes approved this merge request

    approved this merge request

  • Phil Hughes mentioned in commit 7b0eee71

    mentioned in commit 7b0eee71

  • merged

  • 34
    35 mixins: [tooltipMixin],
    36
    37 computed: {
    38 cssClass() {
    39 return this.shortFormat ? 'js-short-timeago' : 'js-timeago';
    40 },
    41
    42 tooltipTitle() {
    43 return gl.utils.formatDate(this.time);
    44 },
    45
    46 timeFormated() {
    47 const timeago = gl.utils.getTimeago();
    48
    49 return timeago.format(this.finishedTime);
  • Filipa Lacerda resolved all discussions

    resolved all discussions

  • Filipa Lacerda mentioned in merge request !11726 (merged)

    mentioned in merge request !11726 (merged)

  • Please register or sign in to reply
    Loading