Files
codeocean/app/views/error_template_attributes/show.html.slim
2017-07-12 11:58:18 +02:00

9 lines
289 B
Plaintext

h1
= @error_template_attribute
= render('shared/edit_button', object: @error_template_attribute)
- [:key, :description, :regex, :important].each do |attribute|
= row(label: "error_template_attribute.#{attribute}", value: @error_template_attribute.send(attribute))
// todo: used by