Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / application / error.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <h2>Oh... fiddlesticks.</h2>
6
7 <p>Sorry, I had some trouble handling your request.</p>
8
9 <ul>
10 <% if @errors.is_a? Array then @errors.each do |error| %>
11 <li><%= error %></li>
12 <% end end %>
13 </ul>