File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 </div>
5353 <div id="comment-{{.ID}}" class="raw-content hide">{{.Content}}</div>
5454 <div class="edit-content-zone hide" data-write="issuecomment-{{.ID}}-write" data-preview="issuecomment-{{.ID}}-preview" data-update-url="{{$.RepoLink}}/comments/{{.ID}}" data-context="{{$.RepoLink}}" data-attachment-url="{{$.RepoLink}}/comments/{{.ID}}/attachments"></div>
55- {{if .Issue. Attachments}}
55+ {{if .Attachments}}
5656 <div class="ui clearing divider"></div>
5757 <div class="ui middle aligned padded grid">
58- {{template "repo/issue/view_content/attachments" Dict "ctx" $ "Attachments" .Issue. Attachments}}
58+ {{template "repo/issue/view_content/attachments" Dict "ctx" $ "Attachments" .Attachments}}
5959 </div>
6060 {{end}}
6161 </div>
You can’t perform that action at this time.
0 commit comments