diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-12-07 15:43:09 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-12-07 16:36:40 +0000 |
commit | 61edc8e51e181d2215e404e97eec620c6515647c (patch) | |
tree | ae01c1f32897f4b3100c6c8d190b14e918be5573 /app/views/shared | |
parent | 9d7b83b4872f67bdc3b4e54b3e3b3a9b2bc94f42 (diff) | |
download | gitlab-ce-61edc8e51e181d2215e404e97eec620c6515647c.tar.gz |
Update labels empty state [ci skip]
Update clusters empty state
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/empty_states/_labels.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_labels.html.haml b/app/views/shared/empty_states/_labels.html.haml index a65634dce53..852bb0e6ce8 100644 --- a/app/views/shared/empty_states/_labels.html.haml +++ b/app/views/shared/empty_states/_labels.html.haml @@ -2,7 +2,7 @@ .col-xs-12 .svg-content = image_tag 'illustrations/labels.svg' - .col-xs-12.text-center + .col-xs-12 .text-content %h4 Labels can be applied to issues and merge requests to categorize them. %p You can also star a label to make it a priority label. |