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 5f52fc7 commit c93b600Copy full SHA for c93b600
templates/repo/projects/view.tmpl
@@ -179,7 +179,7 @@
179
180
<!-- start issue card -->
181
<div class="card board-card" data-issue="{{.ID}}">
182
- {{if eq $.Project.CardType 2}}
+ {{if eq $.Project.CardType 2}}{{/* Images and Text*/}}
183
<div class="card-attachment-images">
184
{{range (index $.issuesAttachmentMap .ID)}}
185
<img src="{{.DownloadURL}}" alt="{{.Name}}" />
0 commit comments