aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-19 11:53:41 +0100
committerGitHub <noreply@github.com>2016-11-19 11:53:41 +0100
commit8add306204f2ad331dafe091bb9d168ce7781df7 (patch)
tree109a91745ba45ae886222d2e34b9491a2d0d3b00 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
parentb060fbdfe763bf4fa2b17d43bccc6751cefd0d2c (diff)
parentd215273c65ed7aecf0a1f887c91752eaf41d191b (diff)
downloadwallabag-8add306204f2ad331dafe091bb9d168ce7781df7.tar.gz
wallabag-8add306204f2ad331dafe091bb9d168ce7781df7.tar.zst
wallabag-8add306204f2ad331dafe091bb9d168ce7781df7.zip
Merge pull request #2601 from wallabag/store-http-status
Added http_status in Entry entity
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-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">