foodsoft/app/views/foodcoop/workgroups/index.html.haml

10 lines
150 B
Plaintext
Raw Normal View History

- title t('.title')
= t('.body').html_safe
2009-01-06 11:49:19 +01:00
= render :partial => "workgroup", :collection => @workgroups
2009-01-06 11:49:19 +01:00