mconf/mconf-web

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

Summary

Maintainability
Test Coverage
= page_title t("error.e404.title")

%h1.title.error-mild
  = t("error.e404.title")

.error-description
  %p
    - if @error_message
      = @error_message.html_safe
    - else
      = t("error.e404.description", :url => @route)