4 lines
164 B
Plaintext
4 lines
164 B
Plaintext
<h1><%= @project.name %></h1>
|
|
<%= link_to "Edit", edit_project_path %>
|
|
<%= button_to "Delete", project_path, method: :delete %>
|
|
<%= link_to "Back", projects_path %> |