Remove time from used invitations list
Date is enough.
This commit is contained in:
parent
8903ae2624
commit
f3d6e29e4e
@ -29,7 +29,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>URL</th>
|
||||
<th>Used at</th>
|
||||
<th>Accepted</th>
|
||||
<th>Invited user</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -37,7 +37,7 @@
|
||||
<% @invitations_used.each do |invitation| %>
|
||||
<tr>
|
||||
<td><%= invitation_url(invitation.token) %></td>
|
||||
<td><%= invitation.used_at %></td>
|
||||
<td><%= invitation.used_at.strftime("%Y-%m-%d") %></td>
|
||||
<td><%= User.find(invitation.invited_user_id).address %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user