summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/builds/_build.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-25 16:15:44 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-09-01 10:50:55 -0500
commit85e494890a931b6031aed2f9f2e50d30d6f37a32 (patch)
treef46a3ee164800c02c170dcbeecb22e6b84a1afb5 /app/views/projects/ci/builds/_build.html.haml
parent1c4e866348e0c782d2e5374209508785ac812c7a (diff)
downloadgitlab-ce-85e494890a931b6031aed2f9f2e50d30d6f37a32.tar.gz
Replace play icon font with svg
Diffstat (limited to 'app/views/projects/ci/builds/_build.html.haml')
-rw-r--r--app/views/projects/ci/builds/_build.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/builds/_build.html.haml b/app/views/projects/ci/builds/_build.html.haml
index 1fdf32466f2..73de8abe55b 100644
--- a/app/views/projects/ci/builds/_build.html.haml
+++ b/app/views/projects/ci/builds/_build.html.haml
@@ -89,4 +89,4 @@
= icon('repeat')
- elsif build.playable?
= link_to play_namespace_project_build_path(build.project.namespace, build.project, build, return_to: request.original_url), method: :post, title: 'Play', class: 'btn btn-build' do
- = icon('play')
+ = custom_icon('icon_play')