summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_commit_box.html.haml
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-11-23 21:13:57 +1100
committerSimon Knox <psimyn@gmail.com>2017-11-23 22:10:49 +1100
commit1d6f37861ed04201f90b0248fc23e51b529addac (patch)
treef9dce42e0340c9f7f0ff627d574bd73b4489c1f5 /app/views/projects/commit/_commit_box.html.haml
parentf19a5e6dc27935c4fed5e736152105a363f5a8f8 (diff)
downloadgitlab-ce-1d6f37861ed04201f90b0248fc23e51b529addac.tar.gz
override a:focus styles. fix Commit page pipeline icon40459-svg-icon-fix
Diffstat (limited to 'app/views/projects/commit/_commit_box.html.haml')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 8b9c1bbb602..5f607c2ab25 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -67,8 +67,8 @@
- if @commit.last_pipeline
- last_pipeline = @commit.last_pipeline
.well-segment.pipeline-info
- .status-icon-container{ class: "ci-status-icon-#{last_pipeline.status}" }
- = link_to project_pipeline_path(@project, last_pipeline.id) do
+ .status-icon-container
+ = link_to project_pipeline_path(@project, last_pipeline.id), class: "ci-status-icon-#{last_pipeline.status}" do
= ci_icon_for_status(last_pipeline.status)
#{ _('Pipeline') }
= link_to "##{last_pipeline.id}", project_pipeline_path(@project, last_pipeline.id)