openSNP/snpr

View on GitHub
app/views/user_mailer/new_picture_phenotype_comment.html.erb

Summary

Maintainability
Test Coverage
    <p>
      <%=@phenotype_comment.user.name%> just replied to a phenotype comment on
      the Picture Phenotype <%=@phenotype_comment.picture_phenotype.characteristic%> from you.
      This is the text of the reply:
    </p>
     <p>
    <blockquote>
    --- SNIP ---
    <br/>
    <%=@phenotype_comment.comment_text%>
    <br/>
    --- SNAP ---
    </blockquote>
    </p>
    <p>
      <b>
        <a href="<%=picture_phenotype_url(@phenotype_comment.picture_phenotype)%>#comments">You can read and reply to this comment by clicking this link.</a>
      </b>
    </p>