forked from kevadesu/forgejo
Remove unnecessary ctxData for "attachments" template (#29600)
The "attachments" template never uses it (cherry picked from commit 3e84bfdf410ec1fdf22711156d729e51d7355a8e)
This commit is contained in:
parent
588104d9d1
commit
5f65028312
4 changed files with 5 additions and 5 deletions
|
@ -63,7 +63,7 @@
|
|||
<div id="issuecomment-{{.ID}}-raw" class="raw-content gt-hidden">{{.Content}}</div>
|
||||
<div class="edit-content-zone gt-hidden" data-update-url="{{$.root.RepoLink}}/comments/{{.ID}}" data-context="{{$.root.RepoLink}}" data-attachment-url="{{$.root.RepoLink}}/comments/{{.ID}}/attachments"></div>
|
||||
{{if .Attachments}}
|
||||
{{template "repo/issue/view_content/attachments" dict "ctxData" $ "Attachments" .Attachments "RenderedContent" .RenderedContent}}
|
||||
{{template "repo/issue/view_content/attachments" dict "Attachments" .Attachments "RenderedContent" .RenderedContent}}
|
||||
{{end}}
|
||||
</div>
|
||||
{{$reactions := .Reactions.GroupByType}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue