Fix typo on view for error templates
This commit is contained in:
@ -13,7 +13,7 @@ h2.mt-4
|
|||||||
= t 'error_templates.attributes'
|
= t 'error_templates.attributes'
|
||||||
|
|
||||||
.table-responsive
|
.table-responsive
|
||||||
table.table class="#{@error_templates.error_template_attributes.present? ? 'sortable' : ''}"
|
table.table class="#{@error_template.error_template_attributes.present? ? 'sortable' : ''}"
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th
|
th
|
||||||
|
Reference in New Issue
Block a user