current_retrospectives

in lib/description_template.rb [122:129]


  def current_retrospectives
    if current_retrospectives_with_team_label.size > 0
      current_retrospectives_with_team_label
    else
      current_retrospectives_without_team_label
    end
  end