Improve readaility
This commit is contained in:
parent
bc8467cad8
commit
e5c09fa11e
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
</a>
|
</a>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<header>
|
<header>
|
||||||
<a class="name" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }>{ post.user.name }</a><span class="username">@{ post.user.username }</span><a class="created-at" href={ CONFIG.url + '/' + post.user.username + '/' + post.id }>
|
<a class="name" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }>{ post.user.name }</a>
|
||||||
|
<span class="username">@{ post.user.username }</span>
|
||||||
|
<a class="created-at" href={ CONFIG.url + '/' + post.user.username + '/' + post.id }>
|
||||||
<mk-time time={ post.created_at }></mk-time>
|
<mk-time time={ post.created_at }></mk-time>
|
||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue