summaryrefslogtreecommitdiff
path: root/chef-server/lib/views/exceptions/bad_request.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'chef-server/lib/views/exceptions/bad_request.html.haml')
-rw-r--r--chef-server/lib/views/exceptions/bad_request.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chef-server/lib/views/exceptions/bad_request.html.haml b/chef-server/lib/views/exceptions/bad_request.html.haml
new file mode 100644
index 0000000000..c70c26a658
--- /dev/null
+++ b/chef-server/lib/views/exceptions/bad_request.html.haml
@@ -0,0 +1,2 @@
+- request.exceptions.each do |exception|
+ = exception.message \ No newline at end of file