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