Spaces to tabs in templates (#2953)
This commit is contained in:
parent
0f6dc411df
commit
ea78a6db57
7 changed files with 183 additions and 184 deletions
8
templates/install.tmpl
vendored
8
templates/install.tmpl
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue