diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-12-13 17:00:06 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-12-13 17:00:06 +0200 |
commit | 78115dc13af2b72d87ddbe2c5e42b24d75cd1b17 (patch) | |
tree | 19bf5ca0a12ff1e61ccd20a74054750a7a3ea476 /app/models | |
parent | d806230f9f95a2d08253f6c534ba69d1b9a498ea (diff) | |
download | gitlab-ce-78115dc13af2b72d87ddbe2c5e42b24d75cd1b17.tar.gz |
Use full_name for Group in UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/group.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/group.rb b/app/models/group.rb index 4248e1162d8..ac8a82c8c1e 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -83,7 +83,7 @@ class Group < Namespace end def human_name - name + full_name end def visibility_level_field |