Commit 95bd18ab authored by Clement Ho's avatar Clement Ho

[skip ci] wrap components html

parent 2cfbe0ec
...@@ -24,8 +24,18 @@ export default { ...@@ -24,8 +24,18 @@ export default {
template: ` template: `
<div class="title hide-collapsed"> <div class="title hide-collapsed">
{{assigneeTitle}} {{assigneeTitle}}
<i v-if="loading" aria-hidden="true" class="fa fa-spinner fa-spin block-loading"></i> <i
<a v-if="editable" class="edit-link pull-right" href="#">Edit</a> v-if="loading"
aria-hidden="true"
class="fa fa-spinner fa-spin block-loading"
/>
<a
v-if="editable"
class="edit-link pull-right"
href="#"
>
Edit
</a>
</div> </div>
`, `,
}; };
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