1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <%= render partial: 'repository_breadcrumbs' %>
7 <% if not @blobdata.valid_encoding? %>
8 <div class="alert alert-warning">
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
16 <pre><%= @blobdata %></pre>