This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix missing . (dot) in issue templates
for-closed-social
Justin Nuß
10 years ago
parent
967856f36e
commit
1129f756c8
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/issue/create.tmpl
+1
-1
templates/repo/issue/view.tmpl
+ 1
- 1
templates/repo/issue/create.tmpl
View File
@ -110,7 +110,7 @@
<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>
<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"/>
+ 1
- 1
templates/repo/issue/view.tmpl
View File
@ -134,7 +134,7 @@
<div class="form-group">
<!--
<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}}
Write
Preview
Loading…
Cancel
Save