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.twig9
1 files changed, 4 insertions, 5 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 7e48619e..deeb19a3 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
@@ -216,17 +216,16 @@
216 216
217 <div class="row"> 217 <div class="row">
218 <div class="col s12"> 218 <div class="col s12">
219 <label>{{ 'entry.sort_by.status_label'|trans }}</label> 219 <label>{{ 'entry.sort.status_label'|trans }}</label>
220 </div> 220 </div>
221 221
222 <div class="input-field col s12 with-checkbox"> 222 <div class="input-field col s12 with-checkbox">
223 <select> 223 <select>
224 <option value="" disabled selected>Creation date</option> 224 <option value="" disabled selected>Creation date</option>
225 <option value="1">Sort by creation date</option> 225 <option value="createdAt">{{ 'entry.sort.by.creation_date' | trans }}</option>
226 <option value="2">Sort by title</option> 226 <option value="title">{{ 'entry.sort.by.title' | trans }}</option>
227 <option value="3">Sort by last updated</option> 227 <option value="updatedAt">{{ 'entry.sort.by.last_updated' | trans }}</option>
228 </select> 228 </select>
229 {{ form_label(form.isArchived) }}
230 </div> 229 </div>
231 230
232 <div class="col s12"> 231 <div class="col s12">