Files
parse/app/views/projects/edit.html.erb
2025-09-10 15:36:34 +02:00

13 lines
250 B
Plaintext

<% content_for :title, "Editing project" %>
<h1>Editing project</h1>
<%= render "form", project: @project, clients: @clients %>
<br>
<div>
<%= link_to "Show this project", @project %> |
<%= link_to "Back to projects", projects_path %>
</div>