summaryrefslogtreecommitdiff
path: root/views/validation.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-10-04 14:11:43 +0200
committermr <mr@mrautenberg.de>2011-10-04 14:11:43 +0200
commitded1c581a4cf113448ca128b89fc4e1b6fb3e5b0 (patch)
tree3ebf0163d32a608fff63563e76205988844549d3 /views/validation.haml
parent3279b362947446cb35ef2ddb2406c6eee3a9b58f (diff)
parentd1a61ff236cf95a7f3cba4a60e85c14e877c730d (diff)
update to v3.0.0 and add permission to create models
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