summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
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 e88f9b4..0bb2be0 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -41,6 +41,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