Commit 786d14d6 authored by Fatih Acet's avatar Fatih Acet

Prefer template tag instead of extra span.

parent 508ba699
...@@ -158,7 +158,7 @@ gl.issueBoards.IssueCardInner = Vue.extend({ ...@@ -158,7 +158,7 @@ gl.issueBoards.IssueCardInner = Vue.extend({
class="card-number" class="card-number"
v-if="issueId" 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> </span>
</h4> </h4>
<div class="card-assignee"> <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