visualculture.prototype
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

blob.erb
text/html

Download raw (366 bytes)

<p><a href="/<%= @repo_path %>/raw/<%= @commit_slug %>/<%= @path %>">Download raw</a> (<%= @object.size %> bytes)</p>

<% if @object.transducer? or @object.binary? %>
<div style="width:770px;height:770px;">
    <img src="/<%= @repo_path %>/render/<%= @commit_slug %>/<%= @path %>" />
</div>
<% else %>
<pre><%= ERB::Util.html_escape @object.data %></pre>

<% end %>