Skip to content

Commit

Permalink
add some spaces. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriiwonderful committed Jun 5, 2017
1 parent 5e896d2 commit 81de66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/ItemView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<div class="item-view-comments">
<p class="item-view-comments-header">
{{ item.kids ? item.descendants + ' comments' : 'No comments yet.'}}
{{ item.kids ? item.descendants + ' comments' : 'No comments yet.' }}
<spinner :show="loading"></spinner>
</p>
<ul v-if="!loading" class="comment-children">
Expand Down
2 changes: 1 addition & 1 deletion src/views/UserView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>User : {{ user.id }}</h1>
<ul class="meta">
<li><span class="label">Created:</span> {{ user.created | timeAgo }} ago</li>
<li><span class="label">Karma:</span> {{user.karma}}</li>
<li><span class="label">Karma:</span> {{ user.karma }}</li>
<li v-if="user.about" v-html="user.about" class="about"></li>
</ul>
<p class="links">
Expand Down

0 comments on commit 81de66a

Please sign in to comment.