summaryrefslogtreecommitdiff
path: root/views/validation.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-02-08 18:31:02 +0100
committermr <mr@mrautenberg.de>2011-02-08 18:31:02 +0100
commitce68f6a763ce8de8957f84af4f52dbe1d74cd232 (patch)
tree28424895491d50870dc6126fc60cc01006284f55 /views/validation.haml
parent076de3e6bdde29936926814409bdce4b0c7b7477 (diff)
minor fixes and graphical progressbar from jquery-ui
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 5fc7371..ce35536 100644
--- a/views/validation.haml
+++ b/views/validation.haml
@@ -8,7 +8,7 @@
- if model.validation_report_uri
%dt Detailed report:
%dd
- %a{:href => model.validation_report_uri, :target => "_blank"} show
+ %a{:href => model.validation_report_uri + subjectstring, :target => "_blank"} show
%dt Number of predictions
%dd= model.nr_predictions
- case model.type