diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2019-04-08 16:22:01 +0100 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2019-04-09 11:35:22 +0100 |
| commit | ad35de2255da8ed7d3dd0905b7a4e7b44029df3b (patch) | |
| tree | 3539912bdc9df7c27da2b1ece1adc51dae36a4ac /app/views/projects/deployments/_commit.html.haml | |
| parent | 425377f35747131bed6550170af576d3028b28f9 (diff) | |
| download | gitlab-ce-ad35de2255da8ed7d3dd0905b7a4e7b44029df3b.tar.gz | |
Fixes stylelint warnings in environments
Deletes unused CSS
Moves prometheus selectors into a prometheus file
Diffstat (limited to 'app/views/projects/deployments/_commit.html.haml')
| -rw-r--r-- | app/views/projects/deployments/_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deployments/_commit.html.haml b/app/views/projects/deployments/_commit.html.haml index 282566eeadc..9774b797928 100644 --- a/app/views/projects/deployments/_commit.html.haml +++ b/app/views/projects/deployments/_commit.html.haml @@ -6,7 +6,7 @@ = link_to deployment.ref, project_ref_path(@project, deployment.ref), class: "ref-name" .icon-container.commit-icon = custom_icon("icon_commit") - = link_to deployment.short_sha, project_commit_path(@project, deployment.sha), class: "commit-sha" + = link_to deployment.short_sha, project_commit_path(@project, deployment.sha), class: "commit-sha mr-0" %p.commit-title.flex-truncate-parent %span.flex-truncate-child |
