diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-09-21 18:54:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-09-21 18:54:45 +0200 |
commit | 7d6a333d2e333f3c933927cc57418a7c42998e4c (patch) | |
tree | 20231b860214ccb132cab5d1deb2b728a1e814d0 | |
parent | 1ccb20d8c19a7c9998b9daecbcf9d89a64714de4 (diff) |
derp
-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> |