Changes after review
This commit is contained in:
parent
cf71650220
commit
2bc6f88430
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue