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/_asciicast.html.erb

13 lines
357 B
Plaintext

<div class="asciicast">
<div class="wrapper">
<%= render :partial => 'player', :locals => { :asciicast => asciicast } %>
<div class="clear"></div>
</div>
<% unless (defined? skip_description) && skip_description %>
<div class="description">
<%= markdown do %><%= asciicast.description.to_s %><% end %>
</div>
<% end %>
</div>