2015-09-02 00:07:50 +03:00
|
|
|
- content_for(:title) { VolunteerTeam.model_name.human(count: 2).mb_chars.capitalize.to_s }
|
|
|
|
|
|
|
|
h1 = VolunteerTeam.model_name.human(count: 2).mb_chars.capitalize
|
|
|
|
|
|
|
|
.container.volunteer_teams
|
2015-09-02 00:20:23 +03:00
|
|
|
= render partial: 'volunteer_team', collection: @volunteer_teams
|