summaryrefslogtreecommitdiffstats
path: root/templates/release/new.tmpl
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-04-14 20:40:22 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-04-14 20:40:22 +0800
commit8549b47e04a1461520d698bd87cbd67f1236508b (patch)
tree9fa4baf3e85ebe3eabec7e63709fe565e048c83e /templates/release/new.tmpl
parent337eef2ee57707f055042db21b7b4159db0f0200 (diff)
downloadgitea-8549b47e04a1461520d698bd87cbd67f1236508b.tar.gz
gitea-8549b47e04a1461520d698bd87cbd67f1236508b.zip
fix repo-new ui, fix top-nav search-bar ui
Diffstat (limited to 'templates/release/new.tmpl')
-rw-r--r--templates/release/new.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/release/new.tmpl b/templates/release/new.tmpl
index 439496ea62..6dfe4a5c2d 100644
--- a/templates/release/new.tmpl
+++ b/templates/release/new.tmpl
@@ -28,6 +28,7 @@
{{end}}
</ul>
</div>
+ <input id="tag-target" type="hidden" name="tag_target" value="{{.Repository.DefaultBranch}}"/>
</div>
<p class="help-block">Choose an existing tag, or create a new tag on publish</p>
</div>
e26-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
blob: 19ce0606297c384b1ee9999fe0db9d68e60badfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
	"camelcase": true,
	"eqeqeq": true,
	"immed": true,
	"latedef": false,
	"noarg": true,
	"nonbsp": true,
	"undef": true,
	"unused": true,
	"trailing": true,
	"maxparams": 5,
	"curly": true,
	"jquery": true,
	"maxlen": 120,
	"indent": 4,
	"browser": true,
	"laxbreak": true,
	"globals": {
		"console": true,
		"it": true,
		"xit": true,
		"expect": true,
		"describe": true,
		"beforeEach": true,
		"afterEach": true,
		"sinon": true,
		"fakeServer": true,
		"_": true,
		"OC": true,
		"OCA": true,
		"OCP": true,
		"t": true,
		"n": true,
		"escapeHTML": true,
		"Promise": true
	}
}