Commit 92fa14bc authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'acet-use-template-tag' into 'master'

Prefer template tag instead of extra span.

Closes #3916

See merge request gitlab-org/gitlab-ee!3291
parents 508ba699 786d14d6
......@@ -158,7 +158,7 @@ gl.issueBoards.IssueCardInner = Vue.extend({
class="card-number"
v-if="issueId"
>
<span v-if="groupId && issue.project">{{issue.project.path}}</span>{{ issueId }}
<template v-if="groupId && issue.project">{{issue.project.path}}</template>{{ issueId }}
</span>
</h4>
<div class="card-assignee">
......
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 to comment