Commit 08892f95 authored by George Tsiolis's avatar George Tsiolis

Replace author_link snake case in vue components

parent e57ceb57
......@@ -46,7 +46,7 @@
by
<a
:href="updatedByPath"
class="author_link"
class="author-link"
>
<span>{{ updatedByName }}</span>
</a>
......
......@@ -42,7 +42,7 @@ export default {
by
<a
:href="editedBy.path"
class="js-vue-author author_link">
class="js-vue-author author-link">
{{ editedBy.name }}
</a>
</template>
......
......@@ -187,7 +187,7 @@ export default {
<template v-else-if="hasOneUser">
<a
:href="assigneeUrl(firstUser)"
class="author_link bold"
class="author-link bold"
>
<img
:alt="assigneeAlt(firstUser)"
......
......@@ -120,7 +120,7 @@
>
<a
:href="participant.web_url"
class="author_link"
class="author-link"
>
<user-avatar-image
:lazy="true"
......
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