initial commit
This commit is contained in:
12
app/views/projects/edit.html.erb
Normal file
12
app/views/projects/edit.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<% content_for :title, "Editing project" %>
|
||||
|
||||
<h1>Editing project</h1>
|
||||
|
||||
<%= render "form", project: @project %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Show this project", @project %> |
|
||||
<%= link_to "Back to projects", projects_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user