| Title | Platform | Format | Status | Rating | Actions | |
|---|---|---|---|---|---|---|
| <%= link_to game.title, game, class: "text-indigo-600 hover:text-indigo-800 font-medium" %> | <%= game.platform.name %> | <%= game.format.titleize %> | <%= game.completion_status&.titleize || "N/A" %> | <%= game.user_rating ? "⭐ #{game.user_rating}/5" : "Not rated" %> | <%= link_to "View", game, class: "text-indigo-600 hover:text-indigo-900 mr-2" %> <%= link_to "Edit", edit_game_path(game), class: "text-blue-600 hover:text-blue-900 mr-2" %> <%= button_to "Delete", game, method: :delete, data: { turbo_confirm: "Are you sure you want to delete '#{game.title}'? This action cannot be undone." }, class: "text-red-600 hover:text-red-900" %> |
No games found matching your filters.
<%= link_to "Clear Filters", games_path, class: "text-indigo-600 hover:text-indigo-800" %>