fix text alignment of date and source

This commit is contained in:
Morgan McMillian 2017-06-11 07:41:04 -07:00
parent 13ef6c588f
commit 71d2ab3e10
2 changed files with 9 additions and 5 deletions

View file

@ -30,9 +30,11 @@
</ion-avatar> </ion-avatar>
<h2>{{ post.user.name }}</h2> <h2>{{ post.user.name }}</h2>
<p>@{{ post.user.username }}</p> <p>@{{ post.user.username }}</p>
<ion-note item-end right> <ion-note item-end>
{{ post.created_at | timeago }}<br/> <div text-right>
{{ post.source.name }} {{ post.created_at | timeago }}<br/>
{{ post.source.name }}
</div>
</ion-note> </ion-note>
</ion-item> </ion-item>
<ion-card-content> <ion-card-content>

View file

@ -27,8 +27,10 @@
<h2>{{ post.user.name }}</h2> <h2>{{ post.user.name }}</h2>
<p>@{{ post.user.username }}</p> <p>@{{ post.user.username }}</p>
<ion-note item-end right> <ion-note item-end right>
{{ post.created_at | timeago }}<br/> <div text-right>
{{ post.source.name }} {{ post.created_at | timeago }}<br/>
{{ post.source.name }}
</div>
</ion-note> </ion-note>
</ion-item> </ion-item>
<ion-card-content> <ion-card-content>