Skip to content
Snippets Groups Projects
Commit 77a925f4 authored by George Tsiolis's avatar George Tsiolis
Browse files

Reorder discussion timestamp information for issues

parent c866b5e4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,17 +32,17 @@ export default {
<template>
<div :class="className">
{{ actionText }}
<time-ago-tooltip
:time="editedAt"
tooltip-placement="bottom"
/>
<template v-if="editedBy">
by
{{ s__('ByAuthor|by') }}
<a
:href="editedBy.path"
class="js-vue-author author_link">
{{ editedBy.name }}
</a>
</template>
<time-ago-tooltip
:time="editedAt"
tooltip-placement="bottom"
/>
</div>
</template>
Loading
Loading
@@ -74,7 +74,7 @@ export default {
class="fa"
aria-hidden="true">
</i>
Toggle discussion
{{ __('Toggle discussion') }}
</button>
</div>
<a :href="author.path">
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@
= icon("chevron-up")
- else
= icon("chevron-down")
Toggle discussion
= _('Toggle discussion')
= link_to_member(@project, discussion.author, avatar: false)
 
.inline.discussion-headline-light
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment