Sha256: 746c5b8cf08b294d9391036ce41027c95f8bbc2090e451f73ded8e132bc4deb1

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

- event ||= @event
%ul.people{ :"data-url" => "#{event_invitations_path(event)}.js", :"data-refreshable" => true}
  - event.invitations.each do |invitation|
    = render :partial => "droom/people/person", :object => invitation.person, :locals => {:invitation => invitation}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/events/_invitations.html.haml
droom-0.4.2 app/views/droom/events/_invitations.html.haml
droom-0.4.1 app/views/droom/events/_invitations.html.haml
droom-0.2.1 app/views/droom/events/_invitations.html.haml