summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/entry.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/repositories/entry.rhtml')
-rw-r--r--app/views/repositories/entry.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/repositories/entry.rhtml b/app/views/repositories/entry.rhtml
index 8e1e1992c..12ba9f428 100644
--- a/app/views/repositories/entry.rhtml
+++ b/app/views/repositories/entry.rhtml
@@ -1,5 +1,7 @@
<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
+<p><%= render :partial => 'link_to_functions' %></p>
+
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
<% content_for :header_tags do %>