37 lines
514 B
Plaintext
37 lines
514 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<strong>Title:</strong>
|
|
<%= @project.title %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Status:</strong>
|
|
<%= @project.status %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Requirements:</strong>
|
|
<%= @project.requirements %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Design:</strong>
|
|
<%= @project.design %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Dev & Ops:</strong>
|
|
<%= @project.devops %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>QA & Launch:</strong>
|
|
<%= @project.qalaunch %>
|
|
</p>
|
|
|
|
|
|
|
|
<%= link_to 'Edit', edit_project_path(@project) %> |
|
|
<%= link_to 'Back', root_path %>
|