diff --git a/app/views/content_providers/show.html.erb b/app/views/content_providers/show.html.erb index 3118710d7..cd7f21fdd 100644 --- a/app/views/content_providers/show.html.erb +++ b/app/views/content_providers/show.html.erb @@ -78,6 +78,9 @@ <% end %> <%= render partial: 'common/masonry_grid', locals: { objects: sources } %> + <% if sources.empty? %> + No sources defined + <% end %> <% end %>