summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-10-17 12:34:19 +0200
committermr <mr@mrautenberg.de>2011-10-17 12:34:19 +0200
commitf6e1472f21b3fd0e5906269357cf6ce61978b4d7 (patch)
treec1546dd60d29d16093986de5f4bff8167c3333fb /views/model.haml
parentd1a61ff236cf95a7f3cba4a60e85c14e877c730d (diff)
parentf60f559c98343b36ed50cfba1a365f2738f59a68 (diff)
Merge branch 'feature/endpointassignment' into development
Diffstat (limited to 'views/model.haml')
-rw-r--r--views/model.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/model.haml b/views/model.haml
index 356ec65..fb264ca 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -40,6 +40,9 @@
- if model.nr_compounds
%dt Training compounds:
%dd= model.nr_compounds
+ - if model.endpoint
+ %dt Endpoint:
+ %dd= model.endpoint
- if model.error_messages
%dt Errors:
%dd= model.error_messages