small changes to UI
This commit is contained in:
parent
34623c8e43
commit
15fdd41cad
|
@ -8,7 +8,13 @@
|
||||||
</figure>
|
</figure>
|
||||||
<div class="media-content">
|
<div class="media-content">
|
||||||
<p>
|
<p>
|
||||||
<strong>{$item->author->nickname}</strong>
|
<strong>
|
||||||
|
{if $item->author->verified}
|
||||||
|
{include '../icon.latte', icon: 'check-o', text: $item->author->nickname}
|
||||||
|
{else}
|
||||||
|
{$item->author->nickname}
|
||||||
|
{/if}
|
||||||
|
</strong>
|
||||||
<small>
|
<small>
|
||||||
<a href="{url_user($item->author->uniqueId)}">@{$item->author->uniqueId}</a>
|
<a href="{url_user($item->author->uniqueId)}">@{$item->author->uniqueId}</a>
|
||||||
</small>
|
</small>
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
</figure>
|
</figure>
|
||||||
<p class="title">
|
<p class="title">
|
||||||
{if $info->detail->verified}
|
{if $info->detail->verified}
|
||||||
{include '../components/icon.latte', icon: 'check-o', text: $info->detail->uniqueId}
|
{include '../components/icon.latte', icon: 'check-o', text: $info->detail->nickname}
|
||||||
{else}
|
{else}
|
||||||
{$info->detail->uniqueId}
|
{$info->detail->nickname}
|
||||||
{/if}
|
{/if}
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle">{include '../components/rss.latte'}</p>
|
<p class="subtitle">{include '../components/rss.latte'}</p>
|
||||||
|
|
Loading…
Reference in a new issue