aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Zelent <zelent.marcin@gmail.com>2018-03-16 17:53:32 +0100
committerMarcin Zelent <zelent.marcin@gmail.com>2018-03-16 17:53:32 +0100
commit1ab2b90b02705e206680b5428bf1fbaec6438132 (patch)
tree8ee964fdf84ff49c22ac6449a178da9d1e67eeb0 /app/Resources/views/default/TrainSchedule.html.twig
parented01011dfb563e7d8ab13b6a0718eed7bf857880 (diff)
Removed old files.
Diffstat (limited to 'app/Resources/views/default/TrainSchedule.html.twig')
-rw-r--r--app/Resources/views/default/TrainSchedule.html.twig28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/Resources/views/default/TrainSchedule.html.twig b/app/Resources/views/default/TrainSchedule.html.twig
deleted file mode 100644
index efc94ec..0000000
--- a/app/Resources/views/default/TrainSchedule.html.twig
+++ /dev/null
@@ -1,28 +0,0 @@
-{% extends 'base.html.twig' %}
-
-{% block body %}
-<table class="table">
- <thead class="thead">
- <tr class="tr">
- <th>Name</th>
- <th>Time</th>
- <th>Date</th>
- <th>Destination</th>
- <th>AQI</th>
- </tr>
- </thead>
- <tbody class="tbody">
- <tr class="tr">
- {% for table in data %}
- <td class="td">{{ table.name }}</td>
- <td class="td">{{ table.time }}</td>
- <td class="td">{{ table.date }}</td>
- <td class="td">{{ table.finalStop }}</td>
- <td class="td">{{ table.direction }}</td>
- </tr>
- </tbody>
- {% endfor %}
-</table>
-{% endblock %}
-{% block javascripts %}
-{% endblock %} \ No newline at end of file