diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-11-21 17:45:36 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-11-21 17:45:36 -0500 |
commit | d7a45cbdf4a6923f704e739729358214e80f8361 (patch) | |
tree | ff8045d3762d6bb5bbc1091b7db26aa80fc72ac2 /app | |
parent | 78df7346e91afc95be2b8c91d63966aa3342e7d8 (diff) | |
download | gitlab-ce-d7a45cbdf4a6923f704e739729358214e80f8361.tar.gz |
Ue svg from SVGs object
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 index 4ff3fd4a38e..c54d6b6ee37 100644 --- a/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 +++ b/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 @@ -22,11 +22,7 @@ <a :href="build.url" class="pipeline-id">#{{ build.id }}</a> <i class="fa fa-code-fork"></i> <a :href="build.branch.url" class="branch-name monospace">{{ build.branch.name }}</a> - <span class="icon-branch"> - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"> - <path fill="#8C8C8C" fill-rule="evenodd" d="M9.678 6.722C9.353 5.167 8.053 4 6.5 4S3.647 5.167 3.322 6.722h-2.6c-.397 0-.722.35-.722.778 0 .428.325.778.722.778h2.6C3.647 9.833 4.947 11 6.5 11s2.853-1.167 3.178-2.722h2.6c.397 0 .722-.35.722-.778 0-.428-.325-.778-.722-.778h-2.6zM4.694 7.5c0-1.09.795-1.944 1.806-1.944 1.01 0 1.806.855 1.806 1.944 0 1.09-.795 1.944-1.806 1.944-1.01 0-1.806-.855-1.806-1.944z"/> - </svg> - </span> + <span class="icon-branch">${global.cycleAnalytics.svgs.iconBranch}</span> <a :href="build.commitUrl" class="short-sha monospace">{{ build.shortSha }}</a> </h5> <span> |