work_package_preview may be activated with the appropriate access key

pull/548/head
Philipp Tessenow 11 years ago
parent 7abeb6de5d
commit e46d93c133
  1. 3
      app/helpers/application_helper.rb

@ -100,7 +100,8 @@ module ApplicationHelper
link_to l(:label_preview),
url,
:id => id,
:class => 'preview'
:class => 'preview',
:accesskey => accesskey(:preview)
end

Loading…
Cancel
Save