diff options
author | Alexandr Danilov <bitbucket@modos189.ru> | 2015-08-17 16:30:30 +0300 |
---|---|---|
committer | Alexandr Danilov <bitbucket@modos189.ru> | 2015-08-17 16:30:30 +0300 |
commit | d5b28518e9c1c654e3eaa913603dd08fc7b04677 (patch) | |
tree | 2a0ec6562e6ca8b23a3e5ac6d1eab848495637c9 /src/Wallabag | |
parent | 727b39a90eddd03502c972ff27f520a1e8c8d3db (diff) | |
download | wallabag-d5b28518e9c1c654e3eaa913603dd08fc7b04677.tar.gz wallabag-d5b28518e9c1c654e3eaa913603dd08fc7b04677.tar.zst wallabag-d5b28518e9c1c654e3eaa913603dd08fc7b04677.zip |
fix
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index c05e4b87..9862b579 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | |||
@@ -91,7 +91,7 @@ | |||
91 | <label for="entry_filter_createdAt_left_date" class="active">{% trans %}from{% endtrans %}</label> | 91 | <label for="entry_filter_createdAt_left_date" class="active">{% trans %}from{% endtrans %}</label> |
92 | </div> | 92 | </div> |
93 | <div class="input-field col s6"> | 93 | <div class="input-field col s6"> |
94 | {{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.left_date.vars.value} }) }} | 94 | {{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.right_date.vars.value} }) }} |
95 | <label for="entry_filter_createdAt_right_date" class="active">{% trans %}to{% endtrans %}</label> | 95 | <label for="entry_filter_createdAt_right_date" class="active">{% trans %}to{% endtrans %}</label> |
96 | </div> | 96 | </div> |
97 | 97 | ||