Display pre-processing message in container div

new-login
Marcin Kulik 7 years ago
parent 23cd88a634
commit 48fd82ff63

@ -12,12 +12,14 @@
<meta http-equiv="refresh" content="5"> <meta http-equiv="refresh" content="5">
<% end %> <% end %>
<div class="processing-info"> <div class="container">
<p> <div class="processing-info">
This recording is being pre-processed at the moment. It will open automatically in a few seconds. <p>
</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>
</p> Feel free to contact <a href="mailto:support@asciinema.org">support@asciinema.org</a> if it takes longer.
</p>
</div>
</div> </div>
<% end %> <% end %>

Loading…
Cancel
Save