add a div container around render form

This commit is contained in:
Stefan Tollkühn
2025-07-24 17:55:28 +02:00
parent d524cc403c
commit 94e9b5141a

View File

@@ -2,9 +2,9 @@
<h1>New project</h1>
<%= render "form", project: @project %>
<br>
<div id="projects">
<%= render "form", project: @project %>
</div>
<div>
<%= link_to "Back to projects", projects_path %>