Sha256: c35ff0a29f17c03300ddb3c851a78e8edb73cce018efa83b12f3a5aa6ca62d0f

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 Bytes

Contents

#people
  - if current_user.admin?
    .holder
      %p.admin
        = link_to t(:add_person), droom.new_person_url, :class => "add", :remote => true, :data => {:action => "append_form", :type => "html", :affected => "table.people"}
        = link_to t(:manage_groups), droom.groups_url, :class => "edit"

  %p
    = link_to "Download this list to your address book", directory_url(:format => :vcf), :class => 'vcard download'

  = render :partial => "people"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
droom-0.0.1 app/views/droom/people/index.html.haml