summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authorChristoph Helma <ch@in-silico.ch>2010-03-01 16:26:00 +0100
committerChristoph Helma <ch@in-silico.ch>2010-03-01 16:26:00 +0100
commit03fcb5bdb1c4ce979fa5e026ef5943e6785e2500 (patch)
tree24f8485ef216ac100e0f3551ef0188587e589bbe /views/models.haml
parent7977a6a2a2df973dadb3f0becd3c0022739a34fa (diff)
validation integrated
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/models.haml b/views/models.haml
index bdcaf8e..7b87f34 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -33,6 +33,10 @@
%em model under construction
%dt Validation:
%dd
- %em
+ - if model.validation_uri
+ %a{:href => model.validation_uri, :accept => "text/html"} Details
+ - else
+ %em under construction
= model.validation_task_uri
+