transferred Code Ocean from original repository to GitHub
This commit is contained in:
4
app/views/errors/show.html.slim
Normal file
4
app/views/errors/show.html.slim
Normal file
@@ -0,0 +1,4 @@
|
||||
h1 = ::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