aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/plugin-version-new/html.pug
blob: 86d3d87e835923505b870a86d1d612299b615ed2 (plain) (blame)
1
2
3
4
5
6
7
8
9
extends ../common/greetings

block title
  | New plugin version available

block content
  p
    | A new version of the plugin/theme #{pluginName} is available: #{latestVersion}.
    | You might want to upgrade it on #[a(href=pluginUrl) the PeerTube admin interface].