2014-11-06 21:50:01 +00:00
|
|
|
<p id="notice"><%= notice %></p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Title:</strong>
|
|
|
|
<%= @project.title %>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Status:</strong>
|
|
|
|
<%= @project.status %>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2014-11-07 18:19:09 +00:00
|
|
|
<strong>Requirements:</strong>
|
|
|
|
<%= @project.requirements %>
|
2014-11-06 21:50:01 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2014-11-07 18:19:09 +00:00
|
|
|
<strong>Design:</strong>
|
|
|
|
<%= @project.design %>
|
2014-11-06 21:50:01 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2014-11-07 18:19:09 +00:00
|
|
|
<strong>Dev & Ops:</strong>
|
|
|
|
<%= @project.devops %>
|
2014-11-06 21:50:01 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2014-11-07 18:19:09 +00:00
|
|
|
<strong>QA & Launch:</strong>
|
|
|
|
<%= @project.qalaunch %>
|
2014-11-06 21:50:01 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to 'Edit', edit_project_path(@project) %> |
|
|
|
|
<%= link_to 'Back', projects_path %>
|