summaryrefslogtreecommitdiff
path: root/views/validation.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-22 15:28:27 +0200
committermr <mr@mrautenberg.de>2011-08-22 15:28:27 +0200
commitc71f69b610b270b9c25cf58e84a035078905fa46 (patch)
treed69f5ee37c99bdd6a4d99f15bc250603f0eced38 /views/validation.haml
parenta4b6e68acf76949a1765177b6d5b8c454990cb8a (diff)
remove subjectidstring for unified cookies
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