Patch #3036 ยป patch.txt
| 1 |
### Eclipse Workspace Patch 1.0 |
|---|---|
| 2 |
#P Redmine |
| 3 |
Index: app/views/versions/show.rhtml |
| 4 |
=================================================================== |
| 5 |
--- app/views/versions/show.rhtml (revision 2599) |
| 6 |
+++ app/views/versions/show.rhtml (working copy) |
| 7 |
@@ -1,5 +1,6 @@ |
| 8 |
<div class="contextual"> |
| 9 |
<%= link_to_if_authorized l(:button_edit), {:controller => 'versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %>
|
| 10 |
+<%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %>
|
| 11 |
</div> |
| 12 |
|
| 13 |
<h2><%= h(@version.name) %></h2> |