We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f35fc commit bcdb724Copy full SHA for bcdb724
app/views/teams/index.html.slim
@@ -11,7 +11,7 @@
11
- @your_teams.each do |team|
12
li
13
= link_to team.name, team_path(team)
14
- span.team-meta = "#{team.team_members.count} member(s)"
+ span.team-meta = " - #{team.team_members.count} member(s)"
15
- else
16
p You are not in any teams yet.
17
@@ -30,6 +30,6 @@
30
- @all_teams.each do |team|
31
32
33
34
35
p No teams yet.
0 commit comments