diff options
| author | jpl | 2016-11-28 15:51:27 +0100 |
|---|---|---|
| committer | jpl | 2016-11-28 15:51:27 +0100 |
| commit | d518054f4d8ce2beba0ffcb4e4ed85d001534d3e (patch) | |
| tree | 80a16b8ddc850957cab4d3c292c2768f606162d3 | |
| parent | fe7f6d299f63d95513b38308ed4fcd986ced692f (diff) | |
| download | chouette-core-d518054f4d8ce2beba0ffcb4e4ed85d001534d3e.tar.bz2 | |
Fix companies tests
| -rw-r--r-- | app/views/companies/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/companies/index.html.slim b/app/views/companies/index.html.slim index 15cd6398f..8f03719a9 100644 --- a/app/views/companies/index.html.slim +++ b/app/views/companies/index.html.slim @@ -10,7 +10,7 @@ span.fa.fa-search #companies - = render partial: 'companies' + = render partial: 'companies', object: @companies - content_for :sidebar do ul.actions |
