From 9295ae75ad9534c770ad3c541072a6280e4fb89d Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Wed, 13 Mar 2024 17:35:25 -0700 Subject: [PATCH] Add the full ".html.haml" extension to "_item_header.haml" This doesn't really matter, I just didn't realize the `.html` part was optional, and I guess I omitted it here without realizing? But let's add it for consistency. --- app/views/items/{_item_header.haml => _item_header.html.haml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/items/{_item_header.haml => _item_header.html.haml} (100%) diff --git a/app/views/items/_item_header.haml b/app/views/items/_item_header.html.haml similarity index 100% rename from app/views/items/_item_header.haml rename to app/views/items/_item_header.html.haml