18794: Merge branch 'main'
[arvados.git] / apps / workbench / app / views / projects / show.html.erb
index 6066335a1516914f0d4410c6e34e42f2053773e1..60f2d23407e4e211799f37ac42c66e762e48b49f 100644 (file)
@@ -11,6 +11,9 @@ SPDX-License-Identifier: AGPL-3.0 %>
       <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => "New project" } %>
     <% end %>
   </h2>
+  <% if @object.class == Group and @object.group_class == 'filter' %>
+    This is a filter group.
+  <% end %>
 <% end %>
 
 <%