show only invites from a user
This commit is contained in:
parent
fe78a69161
commit
3cee589397
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
<% @invites = Invitation.includes(:sender =>{:person => :profile}).where(:admin => false)%>
|
||||
<% @invites = @resource.invitations_to_me.includes(:sender =>{:person => :profile}).where(:admin => false)%>
|
||||
<head>
|
||||
<title><%=invite_email_title %></title>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue