From 3f1010e692ea717ae1d884d69db2fd6bd91ff936 Mon Sep 17 00:00:00 2001 From: Binh Ly Date: Wed, 27 Oct 2021 08:55:03 -0700 Subject: [PATCH] Correctly close the div tag The div tag was missing a / --- .../tailwindcss/controller/templates/view.html.erb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators/tailwindcss/controller/templates/view.html.erb.tt b/lib/generators/tailwindcss/controller/templates/view.html.erb.tt index abab1497..913e6249 100644 --- a/lib/generators/tailwindcss/controller/templates/view.html.erb.tt +++ b/lib/generators/tailwindcss/controller/templates/view.html.erb.tt @@ -1,4 +1,4 @@

<%= class_name %>#<%= @action %>

Find me in <%= @path %>

-
+