From 94e9b5141a6262be002908f383e79d87bd13ecb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tollk=C3=BChn?= Date: Thu, 24 Jul 2025 17:55:28 +0200 Subject: [PATCH] add a div container around render form --- app/views/projects/new.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb index a7b95e8..ba1aa2e 100644 --- a/app/views/projects/new.html.erb +++ b/app/views/projects/new.html.erb @@ -2,9 +2,9 @@

New project

-<%= render "form", project: @project %> - -
+
+ <%= render "form", project: @project %> +
<%= link_to "Back to projects", projects_path %>