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

Version Path
help_center-0.0.2 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.2 app/views/help_center/user_mailer/new_thread.html.erb
help_center-0.0.1 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.1 app/views/help_center/user_mailer/new_thread.html.erb