|
@@ -2,7 +2,10 @@
|
|
<div class="header-container">
|
|
<div class="header-container">
|
|
<img src="{{ user.profile_image_url_https }}" alt="{{ user.name }}" class="avatar" (click)="showProfile(user.id_str)">
|
|
<img src="{{ user.profile_image_url_https }}" alt="{{ user.name }}" class="avatar" (click)="showProfile(user.id_str)">
|
|
<div class="username" (click)="showProfile(user.id)">
|
|
<div class="username" (click)="showProfile(user.id)">
|
|
- {{ user.name }}
|
|
|
|
|
|
+ <span>
|
|
|
|
+ {{ user.name }}
|
|
|
|
+ <ion-icon name="ios-checkmark-circle" *ngIf="user.verified" class="icon-verified"></ion-icon>
|
|
|
|
+ </span>
|
|
<span class="twitter-handle">@{{user.screen_name}}</span>
|
|
<span class="twitter-handle">@{{user.screen_name}}</span>
|
|
</div>
|
|
</div>
|
|
<div class="timestamp">{{ tweetCreatedAt | diffForHumans }}</div>
|
|
<div class="timestamp">{{ tweetCreatedAt | diffForHumans }}</div>
|