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 1616 </div >
1717 <div class =" item-view-comments" >
1818 <p class =" item-view-comments-header" >
19- {{ item.kids ? item.descendants + ' comments' : 'No comments yet.'}}
19+ {{ item.kids ? item.descendants + ' comments' : 'No comments yet.' }}
2020 <spinner :show =" loading" ></spinner >
2121 </p >
2222 <ul v-if =" !loading" class =" comment-children" >
Original file line number Diff line number Diff line change 44 <h1 >User : {{ user.id }}</h1 >
55 <ul class =" meta" >
66 <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 >
88 <li v-if =" user.about" v-html =" user.about" class =" about" ></li >
99 </ul >
1010 <p class =" links" >
You can’t perform that action at this time.
0 commit comments