diff --git a/app/views/users/profile.html.erb b/app/views/users/profile.html.erb index bb05ce7f8f..0c671e8208 100644 --- a/app/views/users/profile.html.erb +++ b/app/views/users/profile.html.erb @@ -9,7 +9,12 @@
-

+

+
<%= @profile_user.note_count %> research notes + <%= Node.questions.where(status: 1, uid: @profile_user.id).length %> questions
+
+ +

Most Common Tags @@ -245,7 +250,7 @@