Fix error, submission, hints and help views
This commit is contained in:
4
app/views/code_ocean/errors/show.html.slim
Normal file
4
app/views/code_ocean/errors/show.html.slim
Normal file
@@ -0,0 +1,4 @@
|
||||
h1 = CodeOcean::Error.model_name.human
|
||||
|
||||
= row(label: 'error.message', value: @error.message)
|
||||
= row(label: 'shared.created_at', value: l(@error.created_at, format: :short))
|
Reference in New Issue
Block a user