From c0160ae4515e3314e442746b0c5087b59311eea8 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Wed, 12 Jul 2017 12:06:19 +0200 Subject: [PATCH] Make table more concise --- app/views/error_templates/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/error_templates/index.html.slim b/app/views/error_templates/index.html.slim index 1b028614..f44b3f67 100644 --- a/app/views/error_templates/index.html.slim +++ b/app/views/error_templates/index.html.slim @@ -7,7 +7,7 @@ h1 = ErrorTemplate.model_name.human(count: 2) th = t('activerecord.attributes.error_template.name') th = t('activerecord.attributes.error_template.description') th = t('activerecord.attributes.exercise.execution_environment') - th colspan=5 = t('shared.actions') + th colspan=3 = t('shared.actions') tbody - @error_templates.each do |error_template| tr