]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix 1337/head
authorAlexandr Danilov <bitbucket@modos189.ru>
Mon, 17 Aug 2015 13:30:30 +0000 (16:30 +0300)
committerAlexandr Danilov <bitbucket@modos189.ru>
Mon, 17 Aug 2015 13:30:30 +0000 (16:30 +0300)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig

index c05e4b8767dd58ff3e53bf0d5572505336faa762..9862b579428fda6773aecdf832abb39eb7bfe937 100644 (file)
@@ -91,7 +91,7 @@
                     <label for="entry_filter_createdAt_left_date" class="active">{% trans %}from{% endtrans %}</label>
                 </div>
                 <div class="input-field col s6">
-                    {{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.left_date.vars.value} }) }}
+                    {{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.right_date.vars.value} }) }}
                     <label for="entry_filter_createdAt_right_date" class="active">{% trans %}to{% endtrans %}</label>
                 </div>