codeRIT/hackathon_manager

View on GitHub
app/views/layouts/_flashes.html.haml

Summary

Maintainability
Test Coverage
- if flash[:alert].present?
  .flashes.flashes--error
    .container
      .form-container
        %span.fa.fa-info-circle.flashes__icon
        = flash[:alert].html_safe

- if flash[:notice].present?
  .flashes
    .container
      .form-container
        %span.fa.fa-info-circle.flashes__icon
        = flash[:notice].html_safe