akz92/estudeantes

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

Summary

Maintainability
Test Coverage
%p#notice= notice

%p
  %b Init date:
  = @period.start_date
%p
  %b Final date:
  = @period.end_date
%p
  %b Number:
  = @period.number

= link_to 'Edit', edit_period_path(@period)
\|
= link_to 'Back', periods_path