#436 - keep original naming

This commit is contained in:
dave 2019-03-31 13:47:23 -04:00
parent 0db66e2905
commit ecacc933e7

View file

@ -10,7 +10,7 @@
<UserAvatar :compact="true" :betterShadow="betterShadow" :src="notification.action.user.profile_image_url_original"/>
</a>
<div class='notification-right'>
<UserCard :user="notification.action.account" :rounded="true" :bordered="true" v-if="userExpanded"/>
<UserCard :user="notification.action.user" :rounded="true" :bordered="true" v-if="userExpanded"/>
<span class="notification-details">
<div class="name-and-action">
<span class="username" v-if="!!notification.action.user.name_html" :title="'@'+notification.action.user.screen_name" v-html="notification.action.user.name_html"></span>