Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / repositories / show_blob.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <%= render partial: 'repository_breadcrumbs' %>
6
7 <% if not @blobdata.valid_encoding? %>
8   <div class="alert alert-warning">
9     <p>
10       This file has an invalid text encoding, so it can't be shown
11       here.  (This probably just means it's a binary file, not a text
12       file.)
13     </p>
14   </div>
15 <% else %>
16   <pre><%= @blobdata %></pre>
17 <% end %>