aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-06-02 13:05:03 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-06-02 13:05:03 +0300
commit24b7d7d9d453d279850af6bb000d41b1ea0be4cb (patch)
treedd9023bf654aad8a186cde2ad5efe7a8bdadd488 /src/components/status/status.vue
parentb92be6a7efcf84a7dc076c9ca2f97d87180cd893 (diff)
Add mouseover tooltips for names in notif headings and timeline repeats, make the timeline repeat name into a link to the repeater profile and use the word 'repeat' instead of 'retweet'.
Diffstat (limited to 'src/components/status/status.vue')
-rw-r--r--src/components/status/status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 5d0a50d3..cf84d177 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -28,7 +28,7 @@
<i class='fa icon-retweet retweeted'></i>
</div>
<div class="media-body">
- Retweeted by {{retweeter}}
+ Repeated by <a :href="statusoid.user.statusnet_profile_url" style="font-weight: bold;" :title="'@'+statusoid.user.screen_name">{{retweeter}}</a>
</div>
</div>
<div class="media status container">