From 236d4d59f2b49ec5ef12ad9cc075be98fc7e0fde Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 14 Mar 2023 19:57:20 +0100 Subject: [PATCH] Fix typo on view for error templates --- app/views/error_templates/show.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/error_templates/show.html.slim b/app/views/error_templates/show.html.slim index 65e4069a..bc0d886c 100644 --- a/app/views/error_templates/show.html.slim +++ b/app/views/error_templates/show.html.slim @@ -13,7 +13,7 @@ h2.mt-4 = t 'error_templates.attributes' .table-responsive - table.table class="#{@error_templates.error_template_attributes.present? ? 'sortable' : ''}" + table.table class="#{@error_template.error_template_attributes.present? ? 'sortable' : ''}" thead tr th