16 lines
213 B
Plaintext
16 lines
213 B
Plaintext
%p#notice= notice
|
|
|
|
%p
|
|
%b Title:
|
|
= @project.title
|
|
%p
|
|
%b Description:
|
|
= @project.description
|
|
%p
|
|
%b User:
|
|
= @project.user
|
|
|
|
= link_to 'Edit', edit_project_path(@project)
|
|
\|
|
|
= link_to 'Back', projects_path
|