Sha256: 82941bf58e7d4db0f37e7f9bb4f3e4e758a60a090e198be6e760f87b41248056

Contents?: true

Size: 251 Bytes

Versions: 8

Compression:

Stored size: 251 Bytes

Contents

<h3><%= :listing_invitations.l %></h3>

<table>
  <tr>
  </tr>
  
<% for invitation in @invitations %>
  <tr>
    <td><%= invitation.email_addresses %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to :new_invitation.l, new_user_invitation_path %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/invitations/index.html.erb
community_engine-2.3.1 app/views/invitations/index.html.erb
community_engine-2.3.0 app/views/invitations/index.html.erb
community_engine-2.1.0 app/views/invitations/index.html.erb
community_engine-2.0.0 app/views/invitations/index.html.erb
community_engine-2.0.0.beta3 app/views/invitations/index.html.erb
community_engine-2.0.0.beta2 app/views/invitations/index.html.erb
community_engine-2.0.0.beta1 app/views/invitations/index.html.erb