File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
</div >
17
17
<div class =" item-view-comments" >
18
18
<p class =" item-view-comments-header" >
19
- {{ item.kids ? item.descendants + ' comments' : 'No comments yet.'}}
19
+ {{ item.kids ? item.descendants + ' comments' : 'No comments yet.' }}
20
20
<spinner :show =" loading" ></spinner >
21
21
</p >
22
22
<ul v-if =" !loading" class =" comment-children" >
Original file line number Diff line number Diff line change 4
4
<h1 >User : {{ user.id }}</h1 >
5
5
<ul class =" meta" >
6
6
<li ><span class =" label" >Created:</span > {{ user.created | timeAgo }} ago</li >
7
- <li ><span class =" label" >Karma:</span > {{user.karma}}</li >
7
+ <li ><span class =" label" >Karma:</span > {{ user.karma }}</li >
8
8
<li v-if =" user.about" v-html =" user.about" class =" about" ></li >
9
9
</ul >
10
10
<p class =" links" >
You can’t perform that action at this time.
0 commit comments