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

Replace author_link snake case in vue components

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