Explorar o código

Display reply info

Carsten Porth %!s(int64=5) %!d(string=hai) anos
pai
achega
346836c7d1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/src/components/tweet/tweet.html

+ 1 - 0
app/src/components/tweet/tweet.html

@@ -1,5 +1,6 @@
 <ion-item text-wrap [class.private]="data.private_tweet">
   <p *ngIf="data.retweeted_status" class="retweet-info">{{ data.user.name }} has retweeted:</p>
+  <p *ngIf="data.in_reply_to_screen_name" class="retweet-info">Reply to @{{ data.in_reply_to_screen_name }}</p>
   <tweet-header [user]="user" [tweetCreatedAt]="createdAt"></tweet-header>
   <tweet-body [data]="data"></tweet-body>
   <tweet-actions [data]="data"></tweet-actions>