Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / error.text.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 Oh... fiddlesticks.
6
7 Sorry, I had some trouble handling your request.
8
9 <% if @errors.is_a? Array then @errors.each do |error| %>
10 <%= error %>
11 <% end end %>