summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/create.tmpl
diff options
context:
space:
mode:
authorJustin Nuß <justin.nuss@hmmh.de>2014-07-24 09:04:09 +0200
committerJustin Nuß <justin.nuss@hmmh.de>2014-07-24 09:05:15 +0200
commit3c025b395077292a721419942f997311ef575fd9 (patch)
treec50491826df2c9f98fd8489e9352d44e544ff92f /templates/repo/issue/create.tmpl
parent34304e6a0c9a3904b999e3ae1fcc9e6518d3f026 (diff)
downloadgitea-3c025b395077292a721419942f997311ef575fd9.tar.gz
gitea-3c025b395077292a721419942f997311ef575fd9.zip
Add delete route for attachments, remove upload buttons from issues/comments
Diffstat (limited to 'templates/repo/issue/create.tmpl')
-rw-r--r--templates/repo/issue/create.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/repo/issue/create.tmpl b/templates/repo/issue/create.tmpl
index b7f281c51d..3463d85ca8 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>
+ <!--
<div>
<div id="attached"></div>
</div>
+ -->
<div class="text-right panel-body">
<div class="form-group">
+ <!--
<input type="hidden" name="attachments" value="" />
<button data-accept="{{AllowedTypes}}" data-comment-id="0" class="btn-default btn attachment-add" id="attachments-button">Add Attachments...</button>
+ -->
<input type="hidden" value="id" name="repo-id"/>
<button class="btn-success btn">Create new issue</button>