##// END OF EJS Templates
Added :view_versions_show_contextual hook. (#3036)...
Eric Davis -
r2671:964245e30a26
parent child
Show More
@@ -1,5 +1,6
1 <div class="contextual">
1 <div class="contextual">
2 <%= link_to_if_authorized l(:button_edit), {:controller => 'versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %>
2 <%= link_to_if_authorized l(:button_edit), {:controller => 'versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %>
3 <%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %>
3 </div>
4 </div>
4
5
5 <h2><%= h(@version.name) %></h2>
6 <h2><%= h(@version.name) %></h2>
General Comments 0
You need to be logged in to leave comments. Login now