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

Version Path
help_center-0.1.0 app/views/help_center/user_mailer/new_thread.html.erb
help_center-0.1.0 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.9 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.9 app/views/help_center/user_mailer/new_thread.html.erb
help_center-0.0.8 app/views/help_center/user_mailer/new_thread.html.erb
help_center-0.0.8 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.7 app/views/help_center/user_mailer/new_thread.html.erb
help_center-0.0.7 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.6 app/views/help_center/user_mailer/new_post.html.erb
help_center-0.0.6 app/views/help_center/user_mailer/new_thread.html.erb