diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 14:28:09 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 14:28:09 +0100 |
commit | ccf443791736af36391e9274a5633ef2269ecfc0 (patch) | |
tree | 0965ea4395c6ac9a2b00deae03e996417fb7c4f9 /app/Resources/views/default | |
parent | 316d811f8d2624317083052513b1fdfa10c1e490 (diff) |
Removed sending e-mails.
Diffstat (limited to 'app/Resources/views/default')
-rw-r--r-- | app/Resources/views/default/AllDataPage.html.twig | 2 | ||||
-rw-r--r-- | app/Resources/views/default/index.html.twig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/views/default/AllDataPage.html.twig b/app/Resources/views/default/AllDataPage.html.twig index 7851afb..6162b49 100644 --- a/app/Resources/views/default/AllDataPage.html.twig +++ b/app/Resources/views/default/AllDataPage.html.twig @@ -5,7 +5,7 @@ <title>Title</title> </head> <body> -<table> +<table border="1"> <tr> <th>TimeStamp</th> <th>Co</th> diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index ce28faf..705044b 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -2,7 +2,7 @@ {% block body %} <div id="wrapper"> - <table> + <table border="1"> <tr> <th>TimeStamp</th> <th>Co</th> |