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

7 lines
254 B
Plaintext
Raw Normal View History

- 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