diff options
| author | jpl | 2017-04-24 15:59:03 +0200 |
|---|---|---|
| committer | jpl | 2017-04-24 15:59:03 +0200 |
| commit | 3d5e10079bb15e56e2a1f587532c288fe9148bb8 (patch) | |
| tree | b5c8c4a039c46a88cafeeffdf9731f8856162695 /app/views/calendars | |
| parent | a15f093ac5cc18db24c44f5480b3552357926360 (diff) | |
| download | chouette-core-3d5e10079bb15e56e2a1f587532c288fe9148bb8.tar.bz2 | |
Refs #3149: fix typo on calendars#index
Diffstat (limited to 'app/views/calendars')
| -rw-r--r-- | app/views/calendars/index.html.slim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/calendars/index.html.slim b/app/views/calendars/index.html.slim index f27b68a05..864d1e197 100644 --- a/app/views/calendars/index.html.slim +++ b/app/views/calendars/index.html.slim @@ -13,9 +13,9 @@ .page_content .container-fluid - if params[:q].present? or @calendars.any? - .row - .col-lg-12 - = render 'filters' + .row + .col-lg-12 + = render 'filters' - if @calendars.any? .row |
