Skip to content

Commit

Permalink
古いコメントの数を表示するようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakawase committed Nov 4, 2021
1 parent 6cc81c3 commit 6cf1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/comments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
button#js-shortcut-post-comment.a-button.is-lg.is-text.is-block(
@click='showComments'
)
| 古いコメントを表示する
| コメント({{ commentLimit }})をもっと見る
comment(
v-for='(comment, index) in comments',
:key='comment.id',
Expand Down

0 comments on commit 6cf1a19

Please sign in to comment.