diff options
Diffstat (limited to 'views/patch.tpl')
-rw-r--r-- | views/patch.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/patch.tpl b/views/patch.tpl new file mode 100644 index 0000000..ab3fca1 --- /dev/null +++ b/views/patch.tpl @@ -0,0 +1,8 @@ +From: {{c.author_name}} <{{c.author_email}}> +Date: {{c.author_date}} +Subject: {{c.subject}} + +{{c.body.strip()}} +--- + +{{c.diff.body}} |