### Eclipse Workspace Patch 1.0 #P Redmine Index: app/views/versions/show.rhtml =================================================================== --- app/views/versions/show.rhtml (revision 2599) +++ app/views/versions/show.rhtml (working copy) @@ -1,5 +1,6 @@
<%= link_to_if_authorized l(:button_edit), {:controller => 'versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %> +<%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %>

<%= h(@version.name) %>