clarion/lib/initfest/views/public/volunteer_teams/index.slim

7 lines
254 B
Plaintext
Raw Normal View History

2015-10-21 23:20:04 +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
= render partial: 'volunteer_team', collection: @volunteer_teams