diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2017-12-18 23:57:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2017-12-18 23:57:06 +0000 |
commit | 80c876d85e9c94c4a289aa63dbdfda6ba4c4cb6a (patch) | |
tree | 71d452220ed60941fcb614e18df12d074d85001f /devel/gogs/files/patch-templates_install.tmpl | |
parent | New port: net-im/telegram-desktop: Telegram Desktop messaging app (diff) |
devel/gogs: Changed user from gogs to git; Moved ini file under /usr/local/etc
PR: 224113
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13469
Diffstat (limited to 'devel/gogs/files/patch-templates_install.tmpl')
-rw-r--r-- | devel/gogs/files/patch-templates_install.tmpl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/gogs/files/patch-templates_install.tmpl b/devel/gogs/files/patch-templates_install.tmpl index a48fb3eddac0..3c192233064e 100644 --- a/devel/gogs/files/patch-templates_install.tmpl +++ b/devel/gogs/files/patch-templates_install.tmpl @@ -1,4 +1,4 @@ ---- templates/install.tmpl.orig 2017-11-17 23:20:54 UTC +--- templates/install.tmpl.orig 2017-11-22 19:46:14 UTC +++ templates/install.tmpl @@ -8,12 +8,9 @@ <div class="ui attached segment"> @@ -37,3 +37,12 @@ <label for="run_user">{{.i18n.Tr "install.run_user"}}</label> <input id="run_user" name="run_user" value="{{.run_user}}" required> <span class="help">{{.i18n.Tr "install.run_user_helper"}}</span> +@@ -115,7 +112,7 @@ + <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"> ++ <div class="disabled 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> |