18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
<li class="asciicast-preview">
|
|
<h3>
|
|
<%= link_to asciicast_title(asciicast), asciicast %>
|
|
|
|
<span class="meta">
|
|
<% if asciicast.user || asciicast.username %>
|
|
by <%= profile_link(asciicast) %>
|
|
<% end %>
|
|
|
|
<%= asciicast_time(asciicast) %>
|
|
</span>
|
|
</h3>
|
|
|
|
<% if asciicast.description.present? %>
|
|
<p class="description"><%= asciicast.description %></p>
|
|
<% end %>
|
|
</li>
|