diff --git a/app/views/grids/_notes.html.erb b/app/views/grids/_notes.html.erb index a5126f11fd..74cd6ccb5c 100644 --- a/app/views/grids/_notes.html.erb +++ b/app/views/grids/_notes.html.erb @@ -54,7 +54,7 @@ <% if index == 9 %> - Show <%= nodes.length - 10 %> more + Show <%= (nodes.length - 10) == 0 ? "" : (nodes.length - 10) %> more @@ -73,15 +73,37 @@ <% end %>