aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorZog2018-03-29 11:16:51 +0200
committerZog2018-03-29 11:16:55 +0200
commitdca8f770251cae1fda3a1bca1d06210f8e55ddcf (patch)
treefd58265e3679b419bf5e5b9d4a251d8eac592839 /app
parent205380dc853ea8e0dc9643f159354c8e15c44fe0 (diff)
downloadchouette-core-dca8f770251cae1fda3a1bca1d06210f8e55ddcf.tar.bz2
Fix calendars view
Diffstat (limited to 'app')
-rw-r--r--app/views/calendars/_filters.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/calendars/_filters.html.slim b/app/views/calendars/_filters.html.slim
index 5317c433f..d7e2a927e 100644
--- a/app/views/calendars/_filters.html.slim
+++ b/app/views/calendars/_filters.html.slim
@@ -1,7 +1,7 @@
= search_form_for @q, url: workgroup_calendars_path(@workgroup), builder: SimpleForm::FormBuilder, html: { method: :get, class: 'form form-filter' } do |f|
.ffg-row
.input-group.search_bar class=filter_item_class(params[:q], :name_or_short_name_cont)
- = f.search_field :name_or_short_name_cont, class: 'form-control', placeholder: I18n.t('calendars.filters.name_or_short_name_cont')
+ = f.search_field :name_cont, class: 'form-control', placeholder: I18n.t('calendars.filters.name_cont')
span.input-group-btn
button.btn.btn-default#search_btn type='submit'
span.fa.fa-search