Commit 2bc6f884 authored by Filipa Lacerda's avatar Filipa Lacerda

Changes after review

parent cf716502
......@@ -23,8 +23,8 @@
<div class="inline">
<div class="dropdown">
<a class="dropdown-new btn btn-default" data-toggle="dropdown">
<span class="js-dropdown-play-icon-container" v-html='playIconSvg'></span>
<i class"=fa fa-caret-down"></i>
<span class="js-dropdown-play-icon-container" v-html="playIconSvg"></span>
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
......@@ -34,7 +34,7 @@
rel="nofollow"
class="js-manual-action-link">
<span class="js-action-play-icon-container" v-html='playIconSvg'></span>
<span class="js-action-play-icon-container" v-html="playIconSvg"></span>
<span>
{{action.name}}
......
......@@ -39,7 +39,7 @@
},
/**
* Used to show the commit short_sha that links to the commit url.
* Used to show the commit short sha that links to the commit url.
*/
shortSha: {
type: String,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment