From 2a9344537fab7afda5c1adcd7bfdd85f94bd9323 Mon Sep 17 00:00:00 2001 From: Paul Slaughter Date: Thu, 31 May 2018 11:10:26 -0500 Subject: Fix reading message in access_denied view --- app/views/errors/access_denied.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml index c47cfb3ac66..227c7884915 100644 --- a/app/views/errors/access_denied.html.haml +++ b/app/views/errors/access_denied.html.haml @@ -1,4 +1,6 @@ +- message = local_assigns.fetch(:message) - content_for(:title, 'Access Denied') + = image_tag('illustrations/error-403.svg', alt: '403', lazy: false) .container %h3 -- cgit v1.2.1