mconf/mconf-web

View on GitHub
app/views/errors/error_403.html.haml

Summary

Maintainability
Test Coverage
%h1.title.error-mild
  - if flash[:error]
    = flash[:error]
  - else
    = t("error.e403.title")

.error-description
  %p
    - if @error_message
      = @error_message.html_safe
    - else
      = t("error.e403.description")