--- a/Allura/allura/templates/repo/file.html
+++ b/Allura/allura/templates/repo/file.html
@@ -10,6 +10,12 @@
 {% block header %}
 <a href="{{blob.commit.url()}}">{{blob.commit.shorthand_id()}}</a>:
 {{lib.path_links(blob.path().split('/')[1:-1])}} {{h.really_unicode(blob.name)}}
+{% endblock %}
+
+{% block actions %}
+<a href="{{blob.commit.url()}}log/">
+  <b data-icon="{{g.icons.history.char}}" class="ico {{g.icons.history.css}}" title="History"> </b>
+</a>
 {% endblock %}
 
 {% block content %}
@@ -43,4 +49,4 @@
       {{g.highlight(blob.text, filename=blob.name)}}
     </div>
   {% endif %}
-{% endblock %}+{% endblock %}