summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-10 12:16:48 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-10 12:16:48 +0100
commita2713051fc6f3462f42b8f695a15041651433f78 (patch)
tree6fa71049e4b449a95c2c62d981d75557a6e3bc5a
parentbf80011dc128f5b4b9978d8f184fa3c524b35625 (diff)
parent3530f34606aed2daedf00c121c7408ae596a090c (diff)
Merge branch 'development' of github.com:opentox/toxcreate into development
-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