diff -r 7429d10cc491 -r b4e59a60b447 app/views/projects/show.rhtml
--- a/app/views/projects/show.rhtml
+++ b/app/views/projects/show.rhtml
@@ -98,6 +98,7 @@
 </div>
 
 <% content_for :sidebar do %>
+    <%= call_hook(:view_projects_show_sidebar_top, :project => @project) %>
     <% if @total_hours.present? %>
     <h3><%= l(:label_spent_time) %></h3>
     <p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p>
