diff options
| author | Scott Hampton <shampton@gitlab.com> | 2019-04-25 11:49:13 -0700 |
|---|---|---|
| committer | Scott Hampton <shampton@gitlab.com> | 2019-04-25 11:49:13 -0700 |
| commit | dbeb7b21d3db77482bb23cca08d44248b1e2c616 (patch) | |
| tree | c4df8d099082828d481e1095fc62416bd6a57a62 /app/views/projects/deployments/_commit.html.haml | |
| parent | 66ff5f3dc6c19ea382192897395acfbd4adbd0c2 (diff) | |
| download | gitlab-ce-dbeb7b21d3db77482bb23cca08d44248b1e2c616.tar.gz | |
Fix commits.scss style-lint errors59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss
Updating class names, and using existing utility classes.
Diffstat (limited to 'app/views/projects/deployments/_commit.html.haml')
| -rw-r--r-- | app/views/projects/deployments/_commit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/deployments/_commit.html.haml b/app/views/projects/deployments/_commit.html.haml index 9774b797928..743aa60b3ba 100644 --- a/app/views/projects/deployments/_commit.html.haml +++ b/app/views/projects/deployments/_commit.html.haml @@ -1,5 +1,5 @@ .table-mobile-content - .branch-commit + .branch-commit.cgray - if deployment.ref %span.icon-container = deployment.tag? ? icon('tag') : sprite_icon('fork', css_class: 'sprite') @@ -12,6 +12,6 @@ %span.flex-truncate-child - if commit_title = deployment.commit_title = author_avatar(deployment.commit, size: 20) - = link_to_markdown commit_title, project_commit_path(@project, deployment.sha), class: "commit-row-message" + = link_to_markdown commit_title, project_commit_path(@project, deployment.sha), class: "commit-row-message cgray" - else = _("Can't find HEAD commit for this branch") |
