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 @@
<%= @node.created_at.to_s(:long) %>
+ ...
+
+ | <%= number_with_delimiter(@node.totalviews) %> <%= t('notes.show.views') %>
+ <% if @node.comments %>
+ |
+ <%= @node.comments.length %> <%= t('notes.show.comments') %>
+ <% end %>
+ | #<%= @node.id %>
+
| <%= number_with_delimiter(@node.totalviews) %> <%= t('notes.show.views') %>
<% if @node.comments %>
@@ -116,3 +125,26 @@
<%= render partial: "sidebar/related" %>
+
+
+