summaryrefslogtreecommitdiffstats
path: root/app/views/activities/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/activities/index.html.erb')
-rw-r--r--app/views/activities/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb
index cb0bef9dc..e5176d859 100644
--- a/app/views/activities/index.html.erb
+++ b/app/views/activities/index.html.erb
@@ -50,7 +50,7 @@
</li>
<% end %>
</ul>
-<% if @project && @project.descendants.active.any? %>
+<% if @project && @project.descendants.visible.any? %>
<%= hidden_field_tag 'with_subprojects', 0, :id => nil %>
<p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p>
<% end %>