Chocobozzz/PeerTube

View on GitHub
server/core/assets/email-templates/video-comment-mention/html.pug

Summary

Maintainability
Test Coverage
extends ../common/greetings

block title
  | Someone mentioned you

block content
  p.
    #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video
    "#[a(href=videoUrl) #{video.name}]":
  blockquote !{commentHtml}
  br(style="display: none;")