+ | <%= entry.key %> |
+ <%= number_to_human_size(entry.byte_size) %> |
+ <%= entry.created_at.strftime("%b %d %H:%M") %> |
+
+ <%= button_to "Delete",
+ cache_entry_path(entry, q: @search, column: @sort["column"], direction: @sort["direction"]),
+ method: :delete,
+ class: "sqw-btn sqw-btn--danger sqw-btn--sm",
+ data: { turbo_confirm: "Delete this cache entry?" } %>
+ |
+
+ <% end %>
+