andrewhao/bookplanner

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

Summary

Maintainability
Test Coverage
%h2= "Plan: #{@plan.name}"
%time= @plan.created_at

%hr

= link_to 'Edit', edit_plan_path(@plan)
\|
= link_to 'Back to classroom', classroom_path(@plan.classroom)