diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-23 16:03:52 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-23 16:03:52 -0400 |
commit | 73288a8edb10e45348846dc6491db0732945a29c (patch) | |
tree | 48889a0d2c237d891396d59ff4323533c06029b7 /app/views/help | |
parent | de844ebf6ce6044b98f0e7e1d2e8cb9d032f7f00 (diff) | |
download | gitlab-ce-73288a8edb10e45348846dc6491db0732945a29c.tar.gz |
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".
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |