##// END OF EJS Templates
Fixed: Section-edit buttons not available when a the version parameter is provided even if it's the current version (#9674)....
Fixed: Section-edit buttons not available when a the version parameter is provided even if it's the current version (#9674). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7970 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2720:26bbad5f23b8
r7850:63dc83fc0d57
Show More
metrics.rake
6 lines | 113 B | text/x-ruby | RubyLexer
Eric Davis
Switch from a custom rcov task to the metric_fu gem....
r2720 begin
require 'metric_fu'
rescue LoadError
# Metric-fu not installed
# http://metric-fu.rubyforge.org/
end