Change "Inviter" to "Promoter"

It's kind of old and misleading
This commit is contained in:
smow
2021-03-04 20:47:43 +01:00
committed by GitHub
parent 52adf87489
commit 9554ca7219

View File

@@ -63,7 +63,7 @@
<% end %>
<tr>
<th>Inviter</th>
<th>Promoter</th>
<% if user.inviter %>
<td><%= link_to_user user.inviter %> <%= link_to "»", users_path(search: { inviter: { name: user.inviter.name }}) %></td>
<% else %>