denny/ShinyCMS-ruby

View on GitHub
plugins/ShinyCMS/app/views/shinycms/discussion_mailer/_comment.html.mjml

Summary

Maintainability
Test Coverage
<% indent ||= '' %>
<% if comment.title.present? %>
<mj-text>
  <%= indent %><%= comment.title %>
</mj-text>
<% end %>
<% if comment.body.present? %>
<mj-text>
  <%= indent %><%= comment.body %>
</mj-text>
<% end %>