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 @@
-
+
+
+
Most Common Tags
@@ -245,7 +250,7 @@
@<%= @profile_user.name %> has
- <%= @profile_user.note_count %> research notes
+
<%= @profile_user.revisions.count %> wiki edits
<%= Comment.where(uid: @profile_user.id).count %> comments
@@ -349,12 +354,17 @@
font-weight: bold;
}
- h5 a:hover {
+ h5 a{
color: blue !important;
text-decoration: underline;
font-weight:bold;
}
+ .links {
+ font-size: 18px;
+ padding: 8px 5px 8px 4px;
+ }
+
<%= stylesheet_link_tag "dashboard" %>