parent
fd6b5099fb
commit
ebcd503e93
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
%div
|
||||
%h1
|
||||
GitLab
|
||||
%span= Gitlab::VERSION
|
||||
%small= Gitlab::REVISION
|
||||
- if current_application_settings.version_check_enabled
|
||||
= version_status_badge
|
||||
- if current_user && current_user.admin?
|
||||
%span= Gitlab::VERSION
|
||||
%small= Gitlab::REVISION
|
||||
- if current_application_settings.version_check_enabled
|
||||
= version_status_badge
|
||||
%p.slead
|
||||
GitLab is open source software to collaborate on code.
|
||||
%br
|
||||
|
|
Loading…
Reference in a new issue