diff options
Diffstat (limited to 'templates/train_details.html.ep')
-rw-r--r-- | templates/train_details.html.ep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/train_details.html.ep b/templates/train_details.html.ep new file mode 100644 index 0000000..1313c4e --- /dev/null +++ b/templates/train_details.html.ep @@ -0,0 +1,5 @@ +<div class="app"> +<div class="moreinfo" data-static="1"> + %= include '_train_details' +</div> +</div> |