codeRIT/hackathon_manager

View on GitHub
app/views/doorkeeper/authorizations/error.html.haml

Summary

Maintainability
Test Coverage
.form-container
  #disclaimer
    %h1.section-title
      Authorization
      %span.emphasized Error
    %p
      = @pre_auth.error_response.body[:error_description]
    %p
      = t('doorkeeper.errors.messages.get_help', hackathon_name: HackathonConfig['name'])