summaryrefslogtreecommitdiff
path: root/views/regression_validation.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-03-24 13:57:07 +0100
committermr <mr@mrautenberg.de>2011-03-24 13:57:07 +0100
commit592f509ec22dd3f742ee530c7b1692b1af05e528 (patch)
tree0322f9332db56a696282cf54c165663de7a3e1b1 /views/regression_validation.haml
parent0ed50191f815fce11816044864a045a31194d8b4 (diff)
external links with rel='external' for w3c compliance
Diffstat (limited to 'views/regression_validation.haml')
-rw-r--r--views/regression_validation.haml6
1 files changed, 3 insertions, 3 deletions
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