Make table more concise

This commit is contained in:
Maximilian Grundke
2017-07-12 12:06:19 +02:00
parent 0c8c8562f5
commit c0160ae451

View File

@ -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