diff --git a/app/views/cards/_color.html.erb b/app/views/cards/_color.html.erb
deleted file mode 100644
index 339d30e53..000000000
--- a/app/views/cards/_color.html.erb
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb
index 2bc13a4a3..60d74f89e 100644
--- a/app/views/cards/show.html.erb
+++ b/app/views/cards/show.html.erb
@@ -61,7 +61,6 @@
- <%= render "cards/color", card: @card %>
<%= render "cards/image", card: @card %>
<%= button_to collection_card_path(@card.collection, @card),
method: :delete,