From 4948a063d20c94cf9eb6dc60c2c30898cb05f4c1 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 10 Apr 2024 05:20:21 -0400 Subject: [PATCH] Use `tt` extension for form scaffold template (#29676) --- .haml-lint.yml | 1 - .../haml/scaffold/{_form.html.haml => _form.html.haml.tt} | 0 2 files changed, 1 deletion(-) rename lib/templates/haml/scaffold/{_form.html.haml => _form.html.haml.tt} (100%) diff --git a/.haml-lint.yml b/.haml-lint.yml index e493afb85f..74d243a3ad 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -1,6 +1,5 @@ exclude: - 'vendor/**/*' - - lib/templates/haml/scaffold/_form.html.haml require: - ./lib/linter/haml_middle_dot.rb diff --git a/lib/templates/haml/scaffold/_form.html.haml b/lib/templates/haml/scaffold/_form.html.haml.tt similarity index 100% rename from lib/templates/haml/scaffold/_form.html.haml rename to lib/templates/haml/scaffold/_form.html.haml.tt