4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
<div class='post'>
|
|
<%= image_tag post.author.gravatar(16), :alt => post.author.short_name %>
|
|
<%= parse_wall_string(post.text) %>
|
|
</div> |