diff --git a/app/views/friendships/index.html.erb b/app/views/friendships/index.html.erb index c4db4ac..c33245a 100644 --- a/app/views/friendships/index.html.erb +++ b/app/views/friendships/index.html.erb @@ -16,8 +16,8 @@ <%= link_to friendship.friend.name, friendship.friend %> <%= friendship.created_at %> <%= friendship.updated_at %> - [ <%= link_to 'Destroy', friendship, method: :delete, - data: { confirm: 'Are you sure?' } %> ] + <%= link_to glyph('trash'), friendship, method: :delete, + data: { confirm: 'Are you sure?' } %> <% end %>