From 294f40e2c8f51239bfa0e3514e7fe4f3c8ae00cb Mon Sep 17 00:00:00 2001 From: Francisco Lopez Date: Thu, 24 Aug 2017 16:34:36 +0200 Subject: Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Closes #25142 --- app/controllers/help_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/controllers/help_controller.rb') diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 572915a4930..38f379dbf4f 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -57,6 +57,10 @@ class HelpController < ApplicationController def shortcuts end + def instance_configuration + @instance_configuration = InstanceConfiguration.new + end + def ui @user = User.new(id: 0, name: 'John Doe', username: '@johndoe') end -- cgit v1.2.3