Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / _loading_modal.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <div id="loading-modal" class="modal fade">
6   <div class="modal-dialog">
7         <div class="modal-content">
8           <div class="modal-header">
9             <h3>Refreshing...</h3>
10           </div>
11           <div class="modal-body">
12             <p>Content may have changed.</p>
13           </div>
14         </div>
15   </div>
16 </div>