You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/asciicasts/_info.html.erb

20 lines
329 B
Plaintext

<h1>Info</h1>
<ul class="delimited">
<li>
Recorded: <%= time_ago_tag @asciicast.created_at %>
</li>
<li>
Viewed: <%= @asciicast.views_count %> times
</li>
<li>
OS: <%= @asciicast.os %>
</li>
<li>
SHELL: <%= @asciicast.shell %>
</li>
<li>
TERM: <%= @asciicast.terminal_type %>
</li>
</ul>