Add user links.
This commit is contained in:
parent
f529c36a9c
commit
66a936ea50
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@
|
|||
</div>
|
||||
<div class="media status container" ng-class="{compact: compact, notify: notify}">
|
||||
<div class="media-left">
|
||||
<a href="#">
|
||||
<a :href="status.user.statusnet_profile_url">
|
||||
<img class='avatar' :src="status.user.profile_image_url_original">
|
||||
</a>
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">
|
||||
<strong>{{status.user.name}}</strong>
|
||||
<small>{{status.user.screen_name}}</small>
|
||||
<small v-if="status.in_reply_to_screen_name"> > {{status.in_reply_to_screen_name}}</small>
|
||||
<small><a :href="status.user.statusnet_profile_url">{{status.user.screen_name}}</a></small>
|
||||
<small v-if="status.in_reply_to_screen_name"> > <a :href="status.in_reply_to_profileurl">{{status.in_reply_to_screen_name}}</a></small>
|
||||
-
|
||||
<small>{{status.created_at_parsed}}</small>
|
||||
</h4>
|
||||
|
|
Loading…
Reference in a new issue