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