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>
<h2>{{ post.user.name }}</h2>
<p>@{{ post.user.username }}</p>
<ion-note item-end right>
{{ post.created_at | timeago }}<br/>
{{ post.source.name }}
<ion-note item-end>
<div text-right>
{{ post.created_at | timeago }}<br/>
{{ post.source.name }}
</div>
</ion-note>
</ion-item>
<ion-card-content>

View file

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