summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-10 12:19:56 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-10 12:19:56 +0100
commitd2f9102fc9394c26d4a3354f31784f3013b53ccf (patch)
treee5a4bdc0ddccb3c58f4a2541d3f38b18d219c748
parentca4579ea4371dd99613a463849b0d180207f472b (diff)
parenta2713051fc6f3462f42b8f695a15041651433f78 (diff)
Merge branch 'development'v1.0.0
-rw-r--r--views/validation.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/validation.haml b/views/validation.haml
index ce35536..06a57e7 100644
--- a/views/validation.haml
+++ b/views/validation.haml
@@ -10,7 +10,7 @@
%dd
%a{:href => model.validation_report_uri + subjectstring, :target => "_blank"} show
%dt Number of predictions
- %dd= model.nr_predictions
+ %dd= model.nr_predictions.to_s
- case model.type
- when "classification"
= haml :classification_validation, :locals=>{:model=>model}, :layout => false if model.correct_predictions