Fix typo on view for error templates
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user