8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / repositories / show_blob.html.erb
1 <%= render partial: 'repository_breadcrumbs' %>
2
3 <% if not @blobdata.valid_encoding? %>
4   <div class="alert alert-warning">
5     <p>
6       This file has an invalid text encoding, so it can't be shown
7       here.  (This probably just means it's a binary file, not a text
8       file.)
9     </p>
10   </div>
11 <% else %>
12   <pre><%= @blobdata %></pre>
13 <% end %>