Sha256: 9f39c80aa64f0d2421a98c92cf766394284c5565a0a0930eb8de6dab54f69e96

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

- content_for :title do
  = t :group_admin

#groups
  - if current_user.admin?
    %p.action
      = link_to t(:add_group), droom.new_group_url, :class => "add", :remote => true, :data => {:action => "popup", :type => "html", :affected => "div.groups"}
      = link_to t(:add_person), droom.new_person_url, :class => "add", :remote => true, :data => {:action => "popup", :type => "html", :affected => "div.groups"}

  = render :partial => 'groups'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
droom-0.2.1 app/views/droom/groups/index.html.haml