Fix typo
This commit is contained in:
parent
350baa80ad
commit
3558236ebc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<ul>
|
||||
<% Relationship.where(person: @account.person, parent_rel: nil).each do |relationship| %>
|
||||
<% Relationship.where(person: person, parent_rel: nil).each do |relationship| %>
|
||||
<li>
|
||||
<%= render partial: 'people/rel_hierarchy', locals: { relationship: relationship } %>
|
||||
</li>
|
||||
|
|
Reference in a new issue