akam_roadmap/app/views/projects/new.html.erb
Tyrel Souza 5f3840dfde more
2024-07-05 01:10:21 +00:00

9 lines
132 B
Plaintext
Executable File

<div class="row">
<h1>New project</h1>
</div>
<div class="row">
<%= render 'form' %>
<%= link_to 'Back', root_path %>
</div>