2019-10-25 16:46:37 +02:00
<!DOCTYPE html>
<html>
<head>
2020-01-03 12:13:22 -05:00
<style>
.footer { font-size:small; color:#666;}
</style>
2019-10-25 16:46:37 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> {{ .Subject }} </title>
</head>
<body>
2019-11-07 10:34:28 -03:00
<p>@ {{ .Doer .Name }} assigned you to the {{ if .IsPull }} pull request {{ else }} issue {{ end }} <a href=" {{ .Link }} "># {{ .Issue .Index }} </a> in repository {{ .Repo }} .</p>
2020-01-03 12:13:22 -05:00
<div class="footer">
2021-04-11 05:46:37 +02:00
<p>
---
<br>
<a href=" {{ .Link }} ">View it on {{ AppName }} </a>.
</p>
2020-01-03 12:13:22 -05:00
</div>
2019-10-25 16:46:37 +02:00
</body>
</html>