Arie/serveme

View on GitHub
app/views/reservations/_your_reservations.html.haml

Summary

Maintainability
Test Coverage
%h2 Your reservations

.row
  .col-md-12
    = will_paginate @users_reservations

.row
  .col-md-12
    = render 'users_reservations'