<%= 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_path(@asciicast), :method => :delete, :confirm => 'Really delete this asciicast?' %>
<% end %>

Info

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

Share

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