diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-07-11 08:12:35 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-07-11 08:12:35 +0000 |
commit | 64254f90a633ece3e58e7baa850ae126b6549896 (patch) | |
tree | 9b5997e42732a91c16d7d498dc69e83b16d9ea03 /app/views/shared/projects | |
parent | 796855e21637b48041411c915178f7913c81fb35 (diff) | |
download | gitlab-ce-64254f90a633ece3e58e7baa850ae126b6549896.tar.gz |
Add text-secondary to controls container
- Add changelog entry
Diffstat (limited to 'app/views/shared/projects')
-rw-r--r-- | app/views/shared/projects/_project.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml index 90fb067e75d..71bd9320593 100644 --- a/app/views/shared/projects/_project.html.haml +++ b/app/views/shared/projects/_project.html.haml @@ -58,7 +58,7 @@ .description.d-none.d-sm-block.append-right-default = markdown_field(project, :description) - .controls.d-flex.flex-sm-column.align-items-center.align-items-sm-end.flex-wrap.flex-shrink-0{ class: css_controls_class } + .controls.d-flex.flex-sm-column.align-items-center.align-items-sm-end.flex-wrap.flex-shrink-0.text-secondary{ class: css_controls_class } .icon-container.d-flex.align-items-center - if project.archived %span.d-flex.icon-wrapper.badge.badge-warning archived |