diff --git a/app/views/feedlist/index.html.erb b/app/views/feedlist/index.html.erb index 8beace82..7acc405c 100644 --- a/app/views/feedlist/index.html.erb +++ b/app/views/feedlist/index.html.erb @@ -64,10 +64,13 @@ Active projects with their actions
  • Feeds for incomplete actions in a specific context:

    + <% if @active_contexts.empty? && @hidden_contexts.empty? -%> + + <% else -%> + <% end -%>
  • Feeds for incomplete actions in a specific project:

    + <% if @active_projects.empty? && @hidden_projects.empty? -%> + + <% else -%> + <% end -%>