dhhxu/projectscope

View on GitHub
app/views/projects/show.html.haml

Summary

Maintainability
Test Coverage
%p{:id => "notice"}= notice

%h2 Project Details

%p
  %strong Name:
  = @project.name

%p
  %strong Git repo:
  = @project.git_repo

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