|
|
@ -345,7 +345,7 @@ |
|
|
|
{{if .Content}} |
|
|
|
{{if .Content}} |
|
|
|
<div class="detail"> |
|
|
|
<div class="detail"> |
|
|
|
<span class="octicon octicon-quote"></span> |
|
|
|
<span class="octicon octicon-quote"></span> |
|
|
|
<span class="text grey">{{.Content}}</span> |
|
|
|
<span class="text grey has-emoji">{{.Content}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
{{ range $filename, $lines := .Review.CodeComments}} |
|
|
|
{{ range $filename, $lines := .Review.CodeComments}} |
|
|
|