提交 c20a1cf2 编写于 作者: F Filipa Lacerda

Fix rel attribute

上级 9b0e7b90
......@@ -51,7 +51,7 @@
<ul class="dropdown-menu dropdown-menu-align-right">
<li v-for="action in actions">
<a :href="action.play_url" data-method="post" data-rel="nofollow" class="js-manual-action-link">
<a :href="action.play_url" data-method="post" rel="nofollow" class="js-manual-action-link">
<span class="action-play-icon-container">
<!-- svg goes here -->
</span>
......
......@@ -30,7 +30,7 @@
class="btn stop-env-link"
:href="stopUrl"
data-method="post"
data-rel="nofollow">
rel="nofollow">
<i class="fa fa-stop stop-env-icon"></i>
</a>
`,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册