fix invalid classes and html attributes
This commit is contained in:
committed by
Pete Matsyburka
parent
e77998e53c
commit
3edd1ab32d
@@ -1,4 +1,4 @@
|
||||
<tr scope="row" class="group">
|
||||
<tr class="group">
|
||||
<td class="flex items-center space-x-1">
|
||||
<%= svg_icon('discount_check_filled', class: 'w-6 h-6 shrink-0 text-green-500') %>
|
||||
<span class="flex items-center whitespace-nowrap">
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<tbody>
|
||||
<% @pkcs_list.each do |item| %>
|
||||
<% next if item['pkcs'].blank? %>
|
||||
<tr scope="row" class="group">
|
||||
<tr class="group">
|
||||
<td>
|
||||
<%= item['name'] %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user