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

11 lines
173 B
Plaintext
Executable File

<div class="row">
<h1>Editing project</h1>
</div>
<div class="row">
<%= render 'form' %>
<%= link_to 'Show', @project %> |
<%= link_to 'Back', root_path %>
</div>