Update Ruby gems and Yarn packages.

This commit is contained in:
evazion
2021-05-14 21:42:08 -05:00
parent e36fb6fee3
commit ca8bfb9149
8 changed files with 665 additions and 654 deletions

View File

@@ -25,7 +25,7 @@
<% t.column column: "control" do |vote| %>
<% if policy(vote).destroy? %>
<%= render PopupMenuComponent.new do |menu| %>
<%= menu.item do %>
<% menu.item do %>
<%= link_to "Remove", comment_vote_path(vote, variant: "listing"), remote: true, method: :delete %>
<% end %>
<% end %>

View File

@@ -38,7 +38,7 @@
<% t.column column: "control" do |vote| %>
<% if policy(vote).destroy? %>
<%= render PopupMenuComponent.new do |menu| %>
<%= menu.item do %>
<% menu.item do %>
<%= link_to "Remove", comment_vote_path(vote, variant: "listing"), remote: true, method: :delete %>
<% end %>
<% end %>