<%= render :partial => 'asciicasts/player', :locals => { :asciicast => @asciicast, :speed => params[:speed], :hud => true } %>

<%= @asciicast.smart_title %>

<% if @asciicast.description.present? -%> <%= @asciicast.formatted_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_name %>
  • TERM: <%= @asciicast.terminal_type || '?' %>
<%#

Share

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