Sha256: 6952778307826d9a2928afaa0b6f6e0a5ddd26f0e294d6c6383b3b974d2fe029

Contents?: true

Size: 832 Bytes

Versions: 3

Compression:

Stored size: 832 Bytes

Contents

- content_for :title do
  = t :group_admin

#groups.main

  %p.standfirst
    = t :directory_introduction

  - 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'

- content_for :margin do
  #finder
    %h3
      = t :find_people

    %form.filter{:action => droom.people_url(:format => :js), :data => {:action => "filter"}}
      %p
        = text_field_tag :q, params[:q], :placeholder => t(:by_name_or_email)

    .scroller
      #found
        %p.waiting
          = t :loading_people
  

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/groups/index.html.haml
droom-0.4.2 app/views/droom/groups/index.html.haml
droom-0.4.1 app/views/droom/groups/index.html.haml