aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig8
1 files changed, 8 insertions, 0 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 c610c8d2..160dbf3d 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
@@ -104,6 +104,14 @@
104 </div> 104 </div>
105 105
106 <div class="col s12"> 106 <div class="col s12">
107 {{ form_label(form.httpStatus) }}
108 </div>
109
110 <div class="input-field col s12">
111 {{ form_widget(form.httpStatus) }}
112 </div>
113
114 <div class="col s12">
107 {{ form_label(form.readingTime) }} 115 {{ form_label(form.readingTime) }}
108 </div> 116 </div>
109 <div class="input-field col s6"> 117 <div class="input-field col s6">