add filter on domain name

This commit is contained in:
Nicolas Lœuillet
2015-08-18 17:28:12 +02:00
parent b71ebd9af9
commit 443cecd2d8
3 changed files with 45 additions and 2 deletions

View File

@ -77,8 +77,16 @@
<label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label>
</div>
<div class="col s12">
<label>{% trans %}Create at{% endtrans %}</label>
<label>{% trans %}Domain name{% endtrans %}</label>
</div>
<div class="input-field col s6">
{{ form_widget(form.domainName, {'type': 'text'}) }}
<label for="entry_filter_domainName">{% trans %}www.website.com{% endtrans %}</label>
</div>
<div class="input-field col s6">