diff --git a/app/views/error_templates/show.html.slim b/app/views/error_templates/show.html.slim
index 885c3788..cc262171 100644
--- a/app/views/error_templates/show.html.slim
+++ b/app/views/error_templates/show.html.slim
@@ -18,6 +18,7 @@ h3
th = t('activerecord.attributes.error_template_attribute.key')
th = t('activerecord.attributes.error_template_attribute.description')
th = t('activerecord.attributes.error_template_attribute.regex')
+ th colspan=3 = t('shared.actions')
tbody
- @error_template.error_template_attributes.order(:important).each do |attribute|
tr
@@ -29,3 +30,5 @@ h3
td = attribute.key
td = attribute.description
td = attribute.regex
+ td = link_to(t('shared.show'), attribute)
+ td = "Remove"