Skip to content
Snippets Groups Projects
Commit 88568317 authored by Travis Miller's avatar Travis Miller
Browse files

Add GitLab-Pages version to Admin Dashboard

parent b39d0c31
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -111,6 +111,11 @@
GitLab API
%span.pull-right
= API::API::version
- if Gitlab.config.pages.enabled
%p
GitLab Pages
%span.pull-right
= Gitlab::Pages::VERSION
%p
Git
%span.pull-right
Loading
Loading
---
title: Add GitLab-Pages version to Admin Dashboard
merge_request: 14040
author: @travismiller
type: added
module Gitlab
module Pages
VERSION = File.read(Rails.root.join("GITLAB_PAGES_VERSION")).strip.freeze
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment