mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 14:35:52 +01:00
(refs #223)Display GITBUCKET_HOME on the system settings.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@(settings: service.SystemSettingsService.SystemSettings, info: Option[Any])(implicit context: app.Context)
|
@(settings: service.SystemSettingsService.SystemSettings, info: Option[Any])(implicit context: app.Context)
|
||||||
@import context._
|
@import context._
|
||||||
|
@import util.Directory._
|
||||||
@import view.helpers._
|
@import view.helpers._
|
||||||
@html.main("System Settings"){
|
@html.main("System Settings"){
|
||||||
@menu("system"){
|
@menu("system"){
|
||||||
@@ -8,9 +9,15 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header">System Settings</div>
|
<div class="box-header">System Settings</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
<!--====================================================================-->
|
||||||
|
<!-- GITBUCKET_HOME -->
|
||||||
|
<!--====================================================================-->
|
||||||
|
<label class="strong">GITBUCKET_HOME</label>
|
||||||
|
@GitBucketHome
|
||||||
<!--====================================================================-->
|
<!--====================================================================-->
|
||||||
<!-- Account registration -->
|
<!-- Account registration -->
|
||||||
<!--====================================================================-->
|
<!--====================================================================-->
|
||||||
|
<hr>
|
||||||
<label class="strong">Account registration</label>
|
<label class="strong">Account registration</label>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
|
|||||||
Reference in New Issue
Block a user