Sha256: b08feb22c006773bfba5c1b1c0373cc1e590e35c5cd99c56e012be016f8a0e9f

Contents?: true

Size: 323 Bytes

Versions: 4

Compression:

Stored size: 323 Bytes

Contents

- invitations ||= false
- if invitations || current_person
  - invitations ||= current_person.invitations.future
  - if invitations && invitations.any?
    %h2.section
      = t :your_invitations
    %ul.invitations
      = render :partial => "droom/invitations/invitation", :collection => current_person.invitations.future

Version data entries

4 entries across 4 versions & 1 rubygems

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