From 73288a8edb10e45348846dc6491db0732945a29c Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 23 Sep 2015 16:03:52 -0400 Subject: Add "Community Edition" to the version info on the help page If the version information was hidden because the user was not an admin, the "GitLab" text looked lonely. This also brings us more in line with EE which shows "Enterprise Edition". --- app/views/help/index.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index b05e960abc6..abffabfc41d 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -1,6 +1,7 @@ %div %h1 GitLab + Community Edition - if current_user && current_user.admin? %span= Gitlab::VERSION %small= Gitlab::REVISION -- cgit v1.2.1