summaryrefslogtreecommitdiff
path: root/views/validation.haml
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2011-08-29 13:15:26 +0200
committergebele <gebele@alfadeo.de>2011-08-29 13:15:26 +0200
commit9138e8ab0fd375178d922ad2fc0da0061ebe8897 (patch)
treeca74054e57870a721a8f7c0f78089d22d5e34f54 /views/validation.haml
parent661caf031b98bf465d8e80599e08674d1209df5d (diff)
merge development -> feature/policy
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