diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-22 23:11:12 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-22 23:11:12 -0400 |
commit | 314193029a246c2498c6d54c085d57f7589c8dbe (patch) | |
tree | 302cacb210a972d8050dbf1882a89c5ace1e6218 /templates | |
parent | 9c820730918443ca2b498dfa71b3131d73cec526 (diff) | |
download | gitea-314193029a246c2498c6d54c085d57f7589c8dbe.tar.gz gitea-314193029a246c2498c6d54c085d57f7589c8dbe.zip |
Use constants to name template file
Diffstat (limited to 'templates')
-rw-r--r-- | templates/VERSION | 2 | ||||
-rw-r--r-- | templates/repo/branch.tmpl (renamed from templates/repo/branches.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo/hook_add.tmpl (renamed from templates/repo/hooks_add.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo/hook_edit.tmpl (renamed from templates/repo/hooks_edit.tmpl) | 0 | ||||
-rw-r--r-- | templates/user/issues.tmpl (renamed from templates/user/issue.tmpl) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/templates/VERSION b/templates/VERSION index 7d143dcc1c..414dc2efe9 100644 --- a/templates/VERSION +++ b/templates/VERSION @@ -1 +1 @@ -0.4.5.0621 Alpha
\ No newline at end of file +0.4.5.0622 Alpha
\ No newline at end of file diff --git a/templates/repo/branches.tmpl b/templates/repo/branch.tmpl index 8d2d59d7fd..8d2d59d7fd 100644 --- a/templates/repo/branches.tmpl +++ b/templates/repo/branch.tmpl diff --git a/templates/repo/hooks_add.tmpl b/templates/repo/hook_add.tmpl index df3ff3bdf4..df3ff3bdf4 100644 --- a/templates/repo/hooks_add.tmpl +++ b/templates/repo/hook_add.tmpl diff --git a/templates/repo/hooks_edit.tmpl b/templates/repo/hook_edit.tmpl index c3fe217e37..c3fe217e37 100644 --- a/templates/repo/hooks_edit.tmpl +++ b/templates/repo/hook_edit.tmpl diff --git a/templates/user/issue.tmpl b/templates/user/issues.tmpl index d1c2bd9941..d1c2bd9941 100644 --- a/templates/user/issue.tmpl +++ b/templates/user/issues.tmpl |