<%= player @asciicast %>

<%= @asciicast.title %>

<% if @asciicast.description.present? -%> <%= @asciicast.description %> <% else -%> No description. <% end -%>
<%= render :partial => 'author' %>
<% if @asciicast.user == current_user %>
  • <%= link_to 'Edit title & description', edit_asciicast_path(@asciicast) %>
  • <%= link_to_delete_asciicast 'Delete', @asciicast %>
<% end %>

Info

  • Recorded: <%= time_ago_tag @asciicast.created_at %>
  • Viewed: <%= @asciicast.views_count %> times
  • OS: <%= @asciicast.os %>
  • SHELL: <%= @asciicast.shell %>
  • TERM: <%= @asciicast.terminal_type || '?' %>
<%#

Share

%> <%#
    %> <%#
  • %> <%# Twitter %> <%#
  • %> <%#
%>