diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-22 17:42:11 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-23 03:14:16 +0000 |
commit | 5600b17de76c8bc93313adc1aa4d9859045de0a9 (patch) | |
tree | 09c0d85d2d2d382b7f92b5dcc3b2688efaaa5094 /app/views/groups/labels | |
parent | 5b3d143a2bb006a75feeb06aa8b47e3f76af95a3 (diff) | |
download | gitlab-ce-5600b17de76c8bc93313adc1aa4d9859045de0a9.tar.gz |
Code style improvements
Diffstat (limited to 'app/views/groups/labels')
-rw-r--r-- | app/views/groups/labels/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml index 45325d6bc4b..2bc00fb16c8 100644 --- a/app/views/groups/labels/index.html.haml +++ b/app/views/groups/labels/index.html.haml @@ -1,4 +1,5 @@ - page_title 'Labels' += render "groups/head_issues" .top-area.adjust .nav-text |