aboutsummaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorEthan Koenig <ethantkoenig@gmail.com>2017-11-20 21:43:00 -0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-11-21 13:43:00 +0800
commitea78a6db5710c630fc3bd2d1d6c9551ea82b39f9 (patch)
tree3dfa65d7e9472c705d671ef4a2fee82bec7257cc /templates/install.tmpl
parent0f6dc411dfc2bf85511b533c4055aa0c95bf54b1 (diff)
downloadgitea-ea78a6db5710c630fc3bd2d1d6c9551ea82b39f9.tar.gz
gitea-ea78a6db5710c630fc3bd2d1d6c9551ea82b39f9.zip
Spaces to tabs in templates (#2953)
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index 924eb2837c..bd79b3a068 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -85,10 +85,10 @@
<span class="help">{{.i18n.Tr "install.repo_path_helper"}}</span>
</div>
<div class="inline field {{if .Err_LFSRootPath}}error{{end}}">
- <label for="lfs_root_path">{{.i18n.Tr "install.lfs_path"}}</label>
- <input id="lfs_root_path" name="lfs_root_path" value="{{.lfs_root_path}}">
- <span class="help">{{.i18n.Tr "install.lfs_path_helper"}}</span>
- </div>
+ <label for="lfs_root_path">{{.i18n.Tr "install.lfs_path"}}</label>
+ <input id="lfs_root_path" name="lfs_root_path" value="{{.lfs_root_path}}">
+ <span class="help">{{.i18n.Tr "install.lfs_path_helper"}}</span>
+ </div>
<div class="inline required field {{if .Err_RunUser}}error{{end}}">
<label for="run_user">{{.i18n.Tr "install.run_user"}}</label>
<input id="run_user" name="run_user" value="{{.run_user}}" required>