diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index 8fb9772ce65..797f35bccad 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -37,6 +37,15 @@ + + + | <%= number_with_delimiter(@node.totalviews) %> <%= t('notes.show.views') %> + <% if @node.comments %> + | + <%= @node.comments.length %> <%= t('notes.show.comments') %> + <% end %> + | +