nicolasmccurdy/tickets

View on GitHub
app/views/tickets/_success.html.haml

Summary

Maintainability
Test Coverage
- if ticket and ticket.valid?
  .alert.alert-success
    %button.close{'data-dismiss' => 'alert', type: 'button'} ×

    Your ticket has been filed at
    %strong= ticket.created_at
    for
    %strong= ticket.reason
    at computer
    %strong= ticket.computer