|
|
|
@ -28,7 +28,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
++#%> |
|
|
|
|
|
|
|
|
|
<% content_for :action_menu_specific do %> |
|
|
|
|
<%= link_to_if_authorized l(:button_edit), {:controller => '/versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %> |
|
|
|
|
<%= link_to_if_authorized l(:button_edit), {:controller => '/versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit', accesskey: accesskey(:edit) %> |
|
|
|
|
<%= link_to_if_authorized(l(:button_edit_associated_wikipage, :page_title => @version.wiki_page_title), {:controller => '/wiki', :action => 'edit', :project_id => @version.project, :id => Wiki.titleize(@version.wiki_page_title)}, :class => 'icon icon-edit') unless @version.wiki_page_title.blank? || @version.project.wiki.nil? %> |
|
|
|
|
<%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %> |
|
|
|
|
<% end %> |
|
|
|
|