diff --git a/app/views/tag/stats.html.erb b/app/views/tag/stats.html.erb
index db6149876ae..d8335a6319d 100644
--- a/app/views/tag/stats.html.erb
+++ b/app/views/tag/stats.html.erb
@@ -1,6 +1,8 @@
-
+
Tag statistics for <%= @tags.first.name %>
+
+ <%= link_to " See statistics for all contents", stats_path %>
<%= form_tag request.url, method: :get do %>
@@ -26,6 +28,6 @@
<% if @tags.first.count.nil? %>
There are no posts for this tag yet
<% else %>
- Total Tag count : <%= @tags.first.count %>
+ Total Tag count : <%= @tags.first.count %>
<% end %>