diff --git a/app/views/tag/show.html.erb b/app/views/tag/show.html.erb
index e2584c56d05..baf619e88b4 100644
--- a/app/views/tag/show.html.erb
+++ b/app/views/tag/show.html.erb
@@ -2,15 +2,7 @@
<%= render partial: 'tag/show/header' %>
-
-
- <% if @tags.first && params[:id][-1..-1] != "*" %>
- <%= link_to tag_stats_path, id: params[:id] ,title: "Click to view graph" do %>
-
Stats
- <% end %>
- <% end %>
-
<%= render partial: 'tag/show/contributors' %>
<% unless @tags.try(:first).try(:parent).nil? %>
diff --git a/app/views/tag/show/_user_controls.html.erb b/app/views/tag/show/_user_controls.html.erb
index a2838048ea3..f73bf78ed96 100644
--- a/app/views/tag/show/_user_controls.html.erb
+++ b/app/views/tag/show/_user_controls.html.erb
@@ -1,6 +1,11 @@
<% if current_user %>
+ <% unless @wildcard %>
+ <%= link_to tag_stats_path, id: params[:id] ,title: "Click to view graph" do %>
+
Stats
+ <% end %>
+ <% end %>
RSS
<% unless @wildcard %>
<% if current_user.following(params[:id]) %>