diff options
Diffstat (limited to 'templates/repo/issue/create.tmpl')
-rw-r--r-- | templates/repo/issue/create.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/repo/issue/create.tmpl b/templates/repo/issue/create.tmpl index 0d72123b81..7705841708 100644 --- a/templates/repo/issue/create.tmpl +++ b/templates/repo/issue/create.tmpl @@ -101,13 +101,17 @@ <div class="tab-pane issue-preview-content" id="issue-preview">loading...</div> </div> </div> + {{if .AttachmentsEnabled}} <div id="attached"> <div id="attached-list"></div> </div> + {{end}} <div class="text-right panel-body"> <div class="form-group"> + {{if .AttachmentsEnabled}} <input type="file" accept="{{.AllowedTypes}}" style="display: none;" id="attachments-input" name="attachments" multiple /> <button class="btn-default btn attachment-add" id="attachments-button">Select Attachments...</button> + {{end}} <input type="hidden" value="id" name="repo-id"/> <button class="btn-success btn">Create new issue</button> </div> |