Commit 1d2b8229 authored by Kushal Pandya's avatar Kushal Pandya

Use ItemStatValue component for project star count

parent d9527369
......@@ -59,12 +59,12 @@ export default {
:title="s__('Members')"
:value=item.memberCount
/>
<span
<item-stats-value
v-if="isProject"
class="project-stars">
<icon name="star"/>
<span class="stat-value">{{item.starCount}}</span>
</span>
css-class="project-stars"
icon-name="star"
:value=item.starCount
/>
<item-stats-value
css-class="item-visibility"
tooltip-placement="left"
......
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