Skip to content

Commit

Permalink
add very basic structure to page
Browse files Browse the repository at this point in the history
  • Loading branch information
eleather committed Oct 28, 2011
1 parent aa6c76e commit 36dcc63
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions app/views/projects/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
%p#notice= notice
#scaffold-deprecated
%p#notice= notice

%p
%b Name:
= @project.name
%p
%b Slug:
= @project.slug
%p
%b Description:
= @project.description
%p
%b Organization:
= link_to @project.organization.name, @project.organization
%p
%b Name:
= @project.name
%p
%b Slug:
= @project.slug
%p
%b Description:
= @project.description
%p
%b Organization:
= link_to @project.organization.name, @project.organization

= link_to 'Edit', edit_project_path(@project)
\|
= link_to 'Back', projects_path

#current-radial-aggregates
#data
#graph

#questions

#suggestions

= link_to 'Edit', edit_project_path(@project)
\|
= link_to 'Back', projects_path

0 comments on commit 36dcc63

Please sign in to comment.