11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @project %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this project", edit_project_path(@project) %> |
|
|
<%= link_to "Back to projects", projects_path %>
|
|
|
|
<%= button_to "Destroy this project", @project, method: :delete %>
|
|
</div>
|