1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add helper text for log path.

This commit is contained in:
Josh Frye
2016-02-12 09:24:09 -05:00
parent a3e8c32a30
commit 1feecd6beb
3 changed files with 4 additions and 2 deletions

View File

@@ -112,6 +112,7 @@
<div class="inline required field">
<label for="log_root_path">{{.i18n.Tr "install.log_root_path"}}</label>
<input id="log_root_path" name="log_root_path" value="{{.log_root_path}}" placeholder="log" required>
<span class="help">{{.i18n.Tr "install.log_root_path_helper"}}</span>
</div>