10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
<%= @asciicast_author.avatar_profile_link %>
|
|
|
|
<h2>
|
|
<%= @asciicast.author_profile_link %>
|
|
</h2>
|
|
|
|
<% if @asciicast_author.asciicasts_count -%>
|
|
<p><%= @asciicast_author.asciicasts_count %> asciicasts</p>
|
|
<% end -%>
|