summaryrefslogtreecommitdiff
path: root/views/validation.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-09-23 12:17:31 +0200
committermr <mr@mrautenberg.de>2011-09-23 12:17:31 +0200
commitc00f2a9f3386922b62fa1013cecd222f8e8acb52 (patch)
tree42068b975b9b0041b267958f691b7e55f0d030ab /views/validation.haml
parente2f8adcc24470548f0c4a7d9b5cb0d4ab929fb51 (diff)
parente967ffe75370d39d0928e440a9023e2da6e35ae3 (diff)
Merge branch 'release/v3.0.0'
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