neocities/views/_news_profile_comment.erb
2014-04-29 01:17:17 -07:00

8 lines
No EOL
371 B
Text

<div class="news-item comment for-me">
<div class="title">
<div class="icon" style="background-image:url(https://neocities.org/site_screenshots/codeventurer.jpg);"></div>
<a href="" class="user">Foo</a>
<span class="date"><%= event.profile_comment.created_at.ago %></span>
<div class="comment"><%= event.profile_comment.message %></div>
</div>
</div>