From 592f509ec22dd3f742ee530c7b1692b1af05e528 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 24 Mar 2011 13:57:07 +0100 Subject: external links with rel='external' for w3c compliance --- views/regression_validation.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/regression_validation.haml') diff --git a/views/regression_validation.haml b/views/regression_validation.haml index 00267a9..4dd4f6d 100644 --- a/views/regression_validation.haml +++ b/views/regression_validation.haml @@ -1,9 +1,9 @@ %dt - %a{:href => "http://en.wikipedia.org/wiki/R-squared"} R-squared + %a{:href => "http://en.wikipedia.org/wiki/R-squared", :rel => "external"} R-squared %dd= sprintf '%.03g', model.r_square %dt - %a{:href => "http://en.wikipedia.org/wiki/Root_mean_square_deviation"} Root Mean Square Error + %a{:href => "http://en.wikipedia.org/wiki/Root_mean_square_deviation", :rel => "external"} Root Mean Square Error %dd= sprintf '%.03g', model.root_mean_squared_error %dt - %a{:href => "http://en.wikipedia.org/wiki/Mean_absolute_error"} Mean Absolute Error + %a{:href => "http://en.wikipedia.org/wiki/Mean_absolute_error", :rel => "external"} Mean Absolute Error %dd= sprintf '%.03g', model.mean_absolute_error -- cgit v1.2.3