summaryrefslogtreecommitdiff
path: root/views/validation.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-08-22 16:25:21 +0000
committerChristoph Helma <helma@in-silico.ch>2011-08-22 16:25:21 +0000
commita8f6072f32ef5ae650216a4612d13eeb6b310c7e (patch)
tree60cb79d76b74c94b46201038c260e083a626806f /views/validation.haml
parentf5eccd4ce22acb2fa05e84fb80e8385cce235d51 (diff)
parent4fc732ca31b07ba1469358836abf6ffd3c955098 (diff)
Merge branch 'development' of github.com:opentox/toxcreate into development
Diffstat (limited to 'views/validation.haml')
-rw-r--r--views/validation.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/validation.haml b/views/validation.haml
index b8a6eaa..0a094d6 100644
--- a/views/validation.haml
+++ b/views/validation.haml
@@ -7,7 +7,7 @@
- if model.validation_report_uri
%dt Detailed report:
%dd
- %a{:href => model.validation_report_uri + subjectstring, :target => "_blank"} show
+ %a{:href => model.validation_report_uri, :target => "_blank"} show
%dt Number of predictions:
%dd= model.nr_predictions.to_s
- case model.type