rename explorer -> workbench
[arvados.git] / apps / workbench / app / views / application / error.html.erb
diff --git a/apps/workbench/app/views/application/error.html.erb b/apps/workbench/app/views/application/error.html.erb
new file mode 100644 (file)
index 0000000..97180bf
--- /dev/null
@@ -0,0 +1,9 @@
+<h2>Oh... fiddlesticks.</h2>
+
+<p>Sorry, I had some trouble handling your request.</p>
+
+<ul>
+<% if @errors.is_a? Array then @errors.each do |error| %>
+<li><%= error %></li>
+<% end end %>
+</ul>