Sha256: 585ae3254c1b77a3721d73caadec3c42ed7c5f435df15a242514151707bfc574
Contents?: true
Size: 507 Bytes
Versions: 14
Compression:
Stored size: 507 Bytes
Contents
<div style="position: relative"> <%= gravatar_image_tag @forum_post.user.email, style: "float: left" %> <div style="margin-left:60px"> <p><strong><%= @forum_post.user.name %></strong> <small>commented:</small></p> <%= formatted_content @forum_post.body %> </div> </div> <br /> <p><%= link_to "Reply to this comment", forum_thread_url(@forum_post.forum_thread, anchor: "forum_post_#{@forum_post.id}"), style: "background:#be2126; color:#fff; text-decoration:none; padding: 10px 20px" %></p>
Version data entries
14 entries across 7 versions & 1 rubygems