summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-10 10:41:52 +0200
committerRémy Coutable <remy@rymai.me>2016-10-10 10:41:52 +0200
commited24cf05fa5a3f1d6e4a2aa2740c25ee029e50a8 (patch)
tree22d360913124080ef8f61157b8765d3694000eb1
parentb6a83be65f6711a3cf808400c549bdd3ec7eda74 (diff)
downloadgitlab-ce-23123-build-sidebar-selected-build.tar.gz
Fix wrong icon in CI build detail sidebar: right-arrow => arrow-right23123-build-sidebar-selected-build
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--app/views/projects/builds/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml
index f5344091cae..966633f1f89 100644
--- a/app/views/projects/builds/_sidebar.html.haml
+++ b/app/views/projects/builds/_sidebar.html.haml
@@ -128,7 +128,7 @@
- builds.select{|build| build.status == build_status}.each do |build|
.build-job{class: ('active' if build == @build), data: {stage: build.stage}}
= link_to namespace_project_build_path(@project.namespace, @project, build) do
- = icon('right-arrow')
+ = icon('arrow-right')
= ci_icon_for_status(build.status)
%span
- if build.name