Finish routes for projects
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<h1><%= @project.name %></h1>
|
||||
<%= link_to "Edit", edit_project_path %>
|
||||
<%= button_to "Delete", project_path, method: :delete %>
|
||||
<%= link_to "Back", projects_path %>
|
||||
Reference in New Issue
Block a user