2015-04-26 15:09:30 +00:00
|
|
|
<% if asciicast.private? %>
|
|
|
|
<% content_for(:head) do %>
|
|
|
|
<meta name="robots" content="noindex, nofollow">
|
2015-12-20 15:36:59 +00:00
|
|
|
<meta name="referrer" content="origin">
|
2015-04-26 15:09:30 +00:00
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
2016-02-06 11:26:05 +00:00
|
|
|
<% if asciicast.ready? %>
|
|
|
|
<%= player_tag asciicast, options, skip_titlebar %>
|
|
|
|
<% else %>
|
|
|
|
<% content_for(:head) do %>
|
|
|
|
<meta http-equiv="refresh" content="5">
|
|
|
|
<% end %>
|
2013-09-20 21:21:25 +00:00
|
|
|
|
2016-02-06 11:26:05 +00:00
|
|
|
<div class="processing-info">
|
|
|
|
<p>
|
|
|
|
This recording is being pre-processed at the moment. It will open automatically in a few seconds.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Feel free to contact <a href="mailto:support@asciinema.org">support@asciinema.org</a> if it takes longer.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<% end %>
|