diff options
| -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 |
