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 1225e680..a0205ffb 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
@@ -163,6 +163,14 @@
163 </div> 163 </div>
164 164
165 <div class="col s12"> 165 <div class="col s12">
166 {{ form_label(form.httpStatus) }}
167 </div>
168
169 <div class="input-field col s12">
170 {{ form_widget(form.httpStatus) }}
171 </div>
172
173 <div class="col s12">
166 {{ form_label(form.readingTime) }} 174 {{ form_label(form.readingTime) }}
167 </div> 175 </div>
168 <div class="input-field col s6"> 176 <div class="input-field col s6">