We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9993fc6 commit d890db1Copy full SHA for d890db1
templates/mail/repo/issue/default.tmpl
@@ -6,10 +6,6 @@
6
7
<style>
8
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
9
- {{if .ReviewComments}}
10
- .review { padding-left: 1em; margin: 1em 0; }
11
- .review > pre { padding: 1em; border-left: 1px solid grey; }
12
- {{end}}
13
</style>
14
15
</head>
@@ -62,8 +58,8 @@
62
58
{{- range .ReviewComments}}
63
59
<hr>
64
60
{{$.locale.Tr "mail.issue.in_tree_path" .TreePath}}
65
- <div class="review">
66
- <pre>{{.Patch}}</pre>
61
+ <div style="padding-left: 1em; margin: 1em 0;">
+ <pre style="padding: 1em; border-left: 1px solid grey;">{{.Patch}}</pre>
67
<div>{{.RenderedContent}}</div>
68
</div>
69
{{end -}}
0 commit comments