diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:19:45 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:19:45 -0500 |
commit | a3e8c32a30ef90f5aa0526e8440aa343378dbf26 (patch) | |
tree | 01c46e31b5bdb855e1aea1da3c24acf6a77ed3b9 /templates | |
parent | 600d8edaca56ac9b74bd73c3625c17875ecb848e (diff) | |
download | gitea-a3e8c32a30ef90f5aa0526e8440aa343378dbf26.tar.gz gitea-a3e8c32a30ef90f5aa0526e8440aa343378dbf26.zip |
Add install option for log path
Diffstat (limited to 'templates')
-rw-r--r-- | templates/install.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index f72416b846..e2799eb53c 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -109,6 +109,11 @@ <input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gogs.io" required> <span class="help">{{.i18n.Tr "install.app_url_helper"}}</span> </div> + <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> + </div> + <!-- Optional Settings --> <h4 class="ui dividing header">{{.i18n.Tr "install.optional_title"}}</h4> |