Sha256: 7682e87fbd6ba7c04d3ca2bf272bdaf6c5f50a66398d13640ce310774b56c155

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 Bytes

Contents

= render partial: 'breadcrumbs'

%h1= @page_title = 'Edit team'

= render 'form'

.form-group.delete-actions
  - if @group.deletable?
    .deletable
      = link_to info_text('delete_this_team'), @group, method: :delete,
        data: { confirm: "Are you sure you want to delete #{ @group.name }?" }
    %p.form-hint= info_text('team_deletable')
  - else
    .deletable.opaque
      = info_text('delete_this_team')
    %p.form-hint= info_text('team_not_deletable')

Version data entries

2 entries across 2 versions & 1 rubygems

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