diff --git a/app/views/producers/index.html.haml b/app/views/producers/index.html.haml index 15b02f955f..792ec16cbe 100644 --- a/app/views/producers/index.html.haml +++ b/app/views/producers/index.html.haml @@ -35,5 +35,7 @@ .small-12.columns = render partial: 'producers/skinny' = render partial: 'producers/fat' + %producer.active_table_node.row{"ng-show" => "producers.length == 0"} + No Results = render partial: "shared/footer"