Sha256: de9c6aa58ce63178165ccfc7b390a891f429348e94b9fc6b8ec7e3c502a1d551

Contents?: true

Size: 723 Bytes

Versions: 2

Compression:

Stored size: 723 Bytes

Contents

.title-with-edit
  %h1= @page_title = @group
  = link_to 'Edit this team', edit_group_path(@group)

%div.grid-wrapper.details
  %div.grid.grid-1-3
    %div.inner-block.group-leader
      - @group.leaderships.each do |leadership|
        = render partial: 'leadership', object: leadership

  -if @group.responsibilities?
    %div.grid.grid-1-3
      %div.inner-block.about
        %h3 About the team
        = govspeak(@group.description)
    %div.grid.grid-1-3
      %div.inner-block
        %div.responsibilities
          %h3 Team responsibilities
          = govspeak(@group.responsibilities)
  -else
    %div.grid.grid-2-3
      %div.inner-block.about
        %h3 About the team
        = govspeak(@group.description)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 app/views/peoplefinder/groups/_detail.html.haml
peoplefinder-0.1.0 app/views/peoplefinder/groups/_detail.html.haml