mirror of https://github.com/go-gitea/gitea.git
Fix missing . (dot) in issue templates
This commit is contained in:
parent
967856f36e
commit
1129f756c8
|
@ -110,7 +110,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<!--
|
<!--
|
||||||
<input type="hidden" name="attachments" value="" />
|
<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>
|
<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"/>
|
<input type="hidden" value="id" name="repo-id"/>
|
||||||
|
|
|
@ -134,7 +134,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<!--
|
<!--
|
||||||
<input type="hidden" name="attachments" value="" />
|
<input type="hidden" name="attachments" value="" />
|
||||||
<button data-accept="{{AllowedTypes}}" class="btn-default btn attachment-add" id="attachments-button">Add Attachments...</button>
|
<button data-accept="{{.AllowedTypes}}" class="btn-default btn attachment-add" id="attachments-button">Add Attachments...</button>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{{if .IsIssueOwner}}{{if .Issue.IsClosed}}
|
{{if .IsIssueOwner}}{{if .Issue.IsClosed}}
|
||||||
|
|
Loading…
Reference in New Issue