add a div container around render form
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user