Sha256: cadd85f109e8c83dabcf811ade533f42a1725001c3dec11040205b75d8b9802d
Contents?: true
Size: 520 Bytes
Versions: 10
Compression:
Stored size: 520 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
10 entries across 5 versions & 1 rubygems