foodsoft/app/views/index/showGroup.haml
2009-01-06 11:49:19 +01:00

8 lines
No EOL
239 B
Text

%h1
=h @group.is_a?(OrderGroup) ? "Bestellgruppe:" : "Gruppe:"
=h @group.name
= render :partial => "showGroup"
- unless @group.is_a?(OrderGroup)
%p{:style => "clear:both"}
= link_to "alle Arbeitsgruppen", :action => "workgroups"