We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726447e commit 01c0d35Copy full SHA for 01c0d35
1 file changed
app/views/content_providers/show.html.erb
@@ -78,6 +78,9 @@
78
<% end %>
79
80
<%= render partial: 'common/masonry_grid', locals: { objects: sources } %>
81
+ <% if sources.empty? %>
82
+ <span class="muted">No sources defined</span>
83
+ <% end %>
84
</div>
85
86
0 commit comments