.block .secondary-navigation %ul.wat-cf %li.first= link_to t("layout.groups.list"), groups_path %li= link_to t("layout.groups.new"), new_group_path %li.active= link_to t("layout.groups.show"), group_path .content .inner %p %b Id \: = @group.id %p %b = t("activerecord.attributes.group.name") \: = @group.name %p %b = t("activerecord.attributes.group.owner") \: = link_to @group.owner.name, user_path(@group.owner) %p %b = t("activerecord.attributes.group.created_at") \: = @group.created_at .wat-cf = link_to image_tag("web-app-theme/icons/application_edit.png", :alt => t("layout.edit")) + " " + t("layout.edit"), edit_group_path(@group), :class => "button" = link_to image_tag("web-app-theme/icons/cross.png", :alt => t("layout.delete")) + " " + t("layout.delete"), group_path(@group), :method => "delete", :class => "button", :confirm => t("layout.groups.confirm_delete") = render :partial => 'platforms/list', :object => @platforms = render :partial => 'repositories/list', :object => @repositories = render :partial => 'projects/list', :object => @projects - content_for :sidebar, render(:partial => 'sidebar')